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