change prompt to gentoo one

This commit is contained in:
frosty 2024-05-29 06:02:41 -04:00
parent a73504974d
commit fcd660af27

View file

@ -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'