diff options
Diffstat (limited to '.config/bash/bashrc')
| -rw-r--r-- | .config/bash/bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index bd440fc..fa1c425 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -41,8 +41,7 @@ if [[ $TERM == +(xterm-256color|tmux-256color|foot) ]]; then alias pacman='pacman --color auto' alias bat='bat --color=always' export LESS="--RAW-CONTROL-CHARS" # `less` display colors instead of the raw escape sequences - # Prompt - PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W :$SHLVL :\j\[\033[01;32m\]]\$\[\033[00m\] ' + source_if_readable "$HOME/.config/bash/prompt" fi # History |
