diff --git a/home/zsh.nix b/home/zsh.nix index 99da6e9..0f9f370 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -20,6 +20,10 @@ update-all = "update-conf && update-home"; }; + initExtraBeforeCompInit = '' + [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return + ''; + initExtra = '' export PATH=$PATH:~/.cargo/bin function .. { cd .. }