summaryrefslogtreecommitdiffstats
path: root/zellij-utils/assets/completions/comp.zsh
blob: d9c7376516c2dff9fe3d3ccd600cef5cb39814e5 (plain)
1
2
3
4
function zr () { zellij run --name "$*" -- zsh -ic "$*";}
function zrf () { zellij run --name "$*" --floating -- zsh -ic "$*";}
function ze () { zellij edit "$*";}
function zef () { zellij edit --floating "$*";}