Change brackets from purple to gray.
This commit is contained in:
@@ -19,7 +19,7 @@ fi
|
||||
if [[ "`whoami`" == "root" ]]; then
|
||||
export PS1='\[$BOLD\]\[$ORANGE\][\[$SCARLET\]\t \[$RED\]\w\[$ORANGE\]]\[$GRAY\]\$ \[$RESET\]'
|
||||
else
|
||||
export PS1='\[$BOLD\]\[$PURPLE\][\[$ORANGE\]\t \[$GREEN\]\w\[$PURPLE\]]\[$RESET\]\$ '
|
||||
export PS1='\[$BOLD\]\[$GRAY\][\[$ORANGE\]\t \[$GREEN\]\w\[$GRAY\]]\[$RESET\]\$ '
|
||||
fi
|
||||
|
||||
## Aliases ##
|
||||
|
||||
Reference in New Issue
Block a user