1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

fish: adding zj alias for zellij

This commit is contained in:
Henrik Hautakoski 2024-07-29 23:20:10 +02:00
parent 9ea9115f61
commit 1d803c2c44

4
fish/functions/zj.fish Normal file
View file

@ -0,0 +1,4 @@
function zj --wraps=zellij --description 'alias zj zellij'
zellij $argv
end