diff options
author | Leonardo Santiago <[email protected]> | 2024-06-25 10:24:46 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-25 10:24:59 -0300 |
commit | 94e28dca93f8481715728b006943a791fdafda9e (patch) | |
tree | 885ce13346799f737b17d34b453b344ebc852e85 /users | |
parent | 5b7c730721098a82546b8538e96d415ba5e8d914 (diff) |
initial commit for rpi4
Diffstat (limited to 'users')
-rw-r--r-- | users/leonardo.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/leonardo.nix b/users/leonardo.nix index 7b27d9d..415f298 100644 --- a/users/leonardo.nix +++ b/users/leonardo.nix @@ -56,8 +56,8 @@ in PS1="> " ;; xterm*|rxvt*|eterm*|screen*) - PS1="\033[1;95m[\h]\033[0m \033[0;32m\w\033[0m :: " - PS1=$PS1'$(vterm_prompt_end)' + PS1="\[\033[1;95m\][\h]\[\033[0m\] \[\033[0;32m\]\w\[\033[0m\] :: " + PS1=$PS1'\[$(vterm_prompt_end)\]' ;; *) PS1="> " |