aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-10-10 07:36:23 -0400
committerBardofSprites <[email protected]>2024-10-10 07:36:23 -0400
commit95b508ab962d30da071b184e0bbb1923d2214cb2 (patch)
tree6fcb3c6a3b7068869962af77033bc886778b85d6 /shell
parent1888f21ea46acbf7b863b711310e5f5e6e9c16d1 (diff)
update ps1 colors
Diffstat (limited to 'shell')
-rw-r--r--shell/.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/.bashrc b/shell/.bashrc
index ad0affc..28d6102 100644
--- a/shell/.bashrc
+++ b/shell/.bashrc
@@ -81,7 +81,8 @@ if ! shopt -oq posix; then
fi
fi
-export PS1='[\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]]\[\033[01;35m\] λ\[\033[00m\] '
+export PS1='\[\e[1m\]\[\e[31m\][\[\e[33m\]\u\[\e[32m\]@\[\e[34m\]\H \[\e[35m\]\w\[\e[31m\]]\[\e[0m\]\[\033[01;35m\] λ\[\033[00m\] '
+
[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env
# . "$HOME/.cargo/env"