Add zhx command to zsh to open helix and a bottom tab in zellij in a new tab

This commit is contained in:
Lillian Violet 2024-10-16 11:13:56 +02:00
parent 9f2d428e2f
commit 57b68448be

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; }
'';
};
}