diff options
Diffstat (limited to '')
| -rw-r--r-- | config/bash.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bash.nix b/config/bash.nix index df936b9..bdd89c4 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -2,7 +2,7 @@    programs.bash = {      enable = true;      initExtra= '' -      export PS1='\[\[\e[38;5;254m\]\w \[\033[0m\]> ' +      export PS1='\h \[\[\e[38;5;254m\]\w \[\033[0m\]> '        bind "set completion-ignore-case on"  | 
