X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=922702d1b4be30505447b702b5999bea172a2d0e;hb=ba488846cf445a7881b4289a11819902c81bfdd0;hp=7388d5a59743eb30f696805401708f4ed5f5c751;hpb=ed5d9a5f11cb3990e9cfef5677fba3fabf191871;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 7388d5a..922702d 100644 --- a/.shellrc +++ b/.shellrc @@ -349,11 +349,11 @@ mc() { if [ "`type -t short_curdir`" = function ]; then OPS1="\`cgmem_which_prompt\`\u@\${HOSTNAME::5}:\`short_curdir\`" if test -x /usr/bin/git >/dev/null 2>&1; then - if [ "`type -t __git_ps1`" = function ]; then - OPS1+="\$(__git_ps1)" - else + #if [ "`type -t __git_ps1`" = function ]; then + # OPS1+="\$(__git_ps1)" + #else OPS1+="\$(prompt_git)" - fi + #fi fi OPS1+=" \$SHLVL\\$ " else