X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=12688b78531edd6eadc21fcd71de5dcfe5909f03;hb=88da9e6f5b863014fec5ec7cba09eb626eb51802;hp=62da7b79080928d80ddefddea6636d4f8b243fb4;hpb=5707e1f6cc2429fd5ff77cc8a05dd66981bcb29b;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 62da7b7..12688b7 100644 --- a/.shellrc +++ b/.shellrc @@ -50,12 +50,10 @@ if test -n "$BASH_VERSION"; then set_prompts unset set_prompts else - OPS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ " + PS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ " fi fi -PS1="$OPS1" - # clear screen and history, logout chlo() { clear; cd; >$HISTFILE; unset HISTFILE; history -c; logout || exit; }