X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=b4b7a8191b737e0da5d9006c0e92f631ee65110e;hb=47fb918dcb6a516ac154ebff26c0c0b5c104c0e3;hp=70393ad7d51d3cc77db6f10d5a66d4590bea5897;hpb=fb77946f36e1fa4cfaeb4a5af00f45e28dca73af;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 70393ad..b4b7a81 100644 --- a/.shellrc +++ b/.shellrc @@ -347,7 +347,10 @@ mc() { MC_SAVE_OPS1="$OPS1" if [ "`type -t short_curdir`" = function ]; then OPS1="\`cgmem_which_prompt\`\u@\${HOSTNAME::5}:\`short_curdir\` " - OPS1+="\$(prompt_git)\\$\$SHLVL " + if test -x /usr/bin/git >/dev/null 2>&1; then + OPS1+="\$(prompt_git)" + fi + OPS1+="\\$\$SHLVL " else OPS1="\u@\h:\W \\$" fi