diff --git a/home/alex/programs/shell/default.nix b/home/alex/programs/shell/default.nix index 3866337..7f36b7b 100644 --- a/home/alex/programs/shell/default.nix +++ b/home/alex/programs/shell/default.nix @@ -15,6 +15,11 @@ programs.zsh = { enable = true; autosuggestion.enable = true; + + initContent = '' + [ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' + ''; + oh-my-zsh = { enable = true; plugins = [