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:
parent
9883b28ea3
commit
e239973011
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user