diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [ -n "$ENV" ] && . "$ENV" || [ -e .env ] && . .env -PS1="\e[1;33m\u@\h:\W \e[0m" +export PS1="\[\033[1;33m\]\u@\h:\W\$ \[\033[0m\]" [ -f ~/.fzf.bash ] && . ~/.fzf.bash [ -f ~/.config/broot/launcher/bash/br ] && . ~/.config/broot/launcher/bash/br |
