diff --git a/modules/bash.nix b/modules/bash.nix index 818594c..52c025e 100644 --- a/modules/bash.nix +++ b/modules/bash.nix @@ -3,7 +3,7 @@ enable = true; initExtra = '' - PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] ' + PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\w]\$\[\033[0m\] ' ''; shellAliases = {