HOTFIX: remove debug path

This commit is contained in:
Aram Drevekenin 2024-03-20 18:36:19 +01:00 committed by GitHub
parent ec6d627b06
commit c8b210cc67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,8 @@ function ze () { zellij edit "$*";}
function zef () { zellij edit --floating "$*";}
function zpipe () {
if [ -z "$1" ]; then
/home/aram/code/zellij/target/dev-opt/zellij pipe;
zellij pipe;
else
/home/aram/code/zellij/target/dev-opt/zellij pipe -p $1;
zellij pipe -p $1;
fi
}