* fix(layouts): point to layout documentation * adjust shell completions * comment about clear-defaults in the config
4 lines
214 B
Bash
4 lines
214 B
Bash
function zr () { zellij run --name "$*" -- bash -ic "$*";}
|
|
function zrf () { zellij run --name "$*" --floating -- bash -ic "$*";}
|
|
function ze () { zellij edit "$*";}
|
|
function zef () { zellij edit --floating "$*";}
|