diff --git a/bash/.bashrc b/bash/.bashrc index 75f92b5..bc23734 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -2,6 +2,8 @@ shopt -s autocd +PS1='\u@\h \w \$ ' + [ -f "$XDG_CONFIG_HOME/shell/shortcuts" ] && . "$XDG_CONFIG_HOME/shell/shortcuts" alias ls='ls --color=auto'