diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 11:10:42 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-07 11:10:42 +0200 |
| commit | 031d58b764f3976deeb2766963c04b3727e5dc1c (patch) | |
| tree | e76e3313a10712c43c70c695b81c688d423e77c0 | |
| parent | a591a8af496c0d48beab750235de5d1067e41aec (diff) | |
correct bash prompt
| -rw-r--r-- | config/environment.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.nix b/config/environment.nix index 3048e02..e812e43 100644 --- a/config/environment.nix +++ b/config/environment.nix @@ -3,7 +3,7 @@ { environment.systemPackages = with pkgs; [ vim gitMinimal ]; programs.bash.promptInit = '' - PS1="\n\[\033[1;32m\][\[\e]0;\u@$(hostname -f): \w\a\]\u@$(hostname -f):\w]\$\[\033[0m\] ' + PS1="\n\[\033[1;32m\][\[\e]0;\u@$(hostname -f): \w\a\]\u@$(hostname -f):\w]\$\[\033[0m\] " ''; i18n.defaultLocale = "en_US.UTF-8"; |
