HOTFIX: remove debug path
This commit is contained in:
parent
ec6d627b06
commit
c8b210cc67
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ function ze () { zellij edit "$*";}
|
||||||
function zef () { zellij edit --floating "$*";}
|
function zef () { zellij edit --floating "$*";}
|
||||||
function zpipe () {
|
function zpipe () {
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
/home/aram/code/zellij/target/dev-opt/zellij pipe;
|
zellij pipe;
|
||||||
else
|
else
|
||||||
/home/aram/code/zellij/target/dev-opt/zellij pipe -p $1;
|
zellij pipe -p $1;
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue