diff --git a/modules/bash.nix b/modules/bash.nix index 52c025e..2e1355a 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\]\w]\$\[\033[0m\] ' + PS1='\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\w]\$\[\033[0m\] ' ''; shellAliases = {