do the correct zsh and zellij magics

This commit is contained in:
Lillian Violet 2024-10-16 21:47:40 +02:00
parent 22ba868348
commit a5f4745bf8
4 changed files with 99 additions and 0 deletions

View file

@ -71,6 +71,7 @@
initExtra = ''
eval "$(zoxide init --cmd cd zsh)"
tre() { command tre "$@" -e && source "/tmp/tre_aliases_$USER" 2>/dev/null; }
zhx() { command zellij action new-tab --layout $HOME/.config/zellij/layouts/helix.kdl; }
'';
};
}