tranzystorek-io / zellij-zsh

Zsh plugin for zellij

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zsh plugin for Zellij

About

A small zsh plugin for autostarting Zellij as your terminal multiplexer.

Before your shell has started, checks if the zellij command is available and no zellij session is running, then starts a new session and attaches to it.

Installation

zplug

Add to your .zshrc:

zplug "tranzystorek-io/zellij-zsh"

Then, run zplug install and restart your terminal.

sheldon

Run:

sheldon add --github tranzystorek-io/zellij-zsh zellij-zsh

Configuration

Disable when in Visual Studio Code

To disable running zellij when in a Visual Studio Code Terminal, use the ZELLIJ_ZSH_DISABLE_VSCODE variable:

# in your .zshenv file
export ZELLIJ_ZSH_DISABLE_VSCODE=true

About

Zsh plugin for zellij

License:MIT License


Languages

Language:Shell 100.0%