* fix(layouts): point to layout documentation * adjust shell completions * comment about clear-defaults in the config
4 lines
212 B
Bash
4 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 "$*";}
|