diff --git a/modules/bash.nix b/modules/bash.nix index 16d8131..818594c 100644 --- a/modules/bash.nix +++ b/modules/bash.nix @@ -2,6 +2,10 @@ config.programs.bash = { enable = true; + initExtra = '' + PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] ' + ''; + shellAliases = { ll = "ls -lh"; la = "ls -lah";