mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-29 23:31:03 +03:00
88647ae275
* fix(layouts): point to layout documentation * adjust shell completions * comment about clear-defaults in the config
5 lines
212 B
Bash
5 lines
212 B
Bash
function zr () { zellij run --name "$*" -- zsh -ic "$*";}
|
|
function zrf () { zellij run --name "$*" --floating -- zsh -ic "$*";}
|
|
function ze () { zellij edit "$*";}
|
|
function zef () { zellij edit --floating "$*";}
|