X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.shellrc;h=d5d7ca3fa267aa03ce67e6690df5549a3c2225d2;hp=d211675f3e815c927eeab2c3ddbc9aadd08d39d8;hb=cdb7a7633b38a549767d05e8715324cbec694056;hpb=bba4dabfa77773f4907b84d1345c4804f421504d diff --git a/.shellrc b/.shellrc index d211675..d5d7ca3 100644 --- a/.shellrc +++ b/.shellrc @@ -47,8 +47,8 @@ fi if test -n "$BASH_VERSION"; then if [ -r "$HOME"/admin/prog/bash_prompt ]; then . "$HOME"/admin/prog/bash_prompt - set_prompts - unset set_prompts + set_prompt + unset set_prompt else PS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ " fi