1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Use propper bash tests

This commit is contained in:
Holger Just 2011-05-17 16:05:36 +02:00
parent 9883b28ea3
commit e239973011

View File

@ -2,7 +2,7 @@
# Tim Felgentreff (09/20/01): Simplify for speedup, use the git-completion script for git
__prompt_command() {
if [ -z $NOPROMPT ]; then
if [[ -z $NOPROMPT ]]; then
local vcs base_dir sub_dir ref last_command _bold _normal
_bold=$(tput bold)