fix: remove unneeded stuff from zsh config

This commit is contained in:
2024-12-06 14:23:09 +05:00
parent 221e0d995d
commit 158174db2a

View File

@@ -7,14 +7,9 @@
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtraFirst = ''
[[ "$TERM" == "linux" ]] && return
'';
initExtra = ''
source <(nh completions --shell zsh)
eval "$(zoxide init zsh)"
[[ -z "$TERM" ]] && exec tmux
'';
shellAliases = {