X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=admin%2Fprog%2Fbash_prompt;h=f37966892fa5eed9dc1e3b8d2b03482b0a4b8827;hp=f3575b397e4d6806f7e96f89d64dc03358dd4257;hb=9179da7b2b377a8bd9992e00ad90a071febadb51;hpb=b420e4514d9be03902ce1825e6978de6ba2f7ccc diff --git a/admin/prog/bash_prompt b/admin/prog/bash_prompt index f3575b3..f379668 100644 --- a/admin/prog/bash_prompt +++ b/admin/prog/bash_prompt @@ -116,6 +116,8 @@ set_prompts() { OPS1+="\$(prompt_git)" fi fi - OPS1+=" \\$\$SHLVL " + # This is for .screenrc: shelltitle "\$ |$SHELL" + #OPS1+="\[\033k\033\\\\\]" + OPS1+=" \$SHLVL\\$ " export OPS1 }