diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-12 11:53:57 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-12 11:53:57 -0400 |
| commit | c1fd67bd9b44d3c55eb3c86763e5e0a69a1490a4 (patch) | |
| tree | 06f3f709899cfd4c47dd66bd38889cd3beb260d2 /config | |
| parent | 57de4ede0cef89c04a3728e4f8c97f67ce771eff (diff) | |
fix general oxo configuration
Diffstat (limited to 'config')
| -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" |
