diff options
-rw-r--r-- | etc/rc | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -169,13 +169,7 @@ function dirinfo { [[ -d .svn ]] && string+='svn ' [[ -f Makefile || -f makefile ]] && string+='make ' - # if we're running in screen, we're the only one writing into the prompt - # -> no trailing whitespace - if [[ $TERM == screen* ]] { - echo ${string% } - } else { - echo $string - } + echo ${string% } } function xhashd { |