diff options
Diffstat (limited to 'zshrc.d/prompt')
| -rw-r--r-- | zshrc.d/prompt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/zshrc.d/prompt b/zshrc.d/prompt index 33b81ef..ab100ab 100644 --- a/zshrc.d/prompt +++ b/zshrc.d/prompt @@ -1,7 +1,7 @@  # vim: ft=zsh  # Disable default prompt -command -v prompt >/dev/null && prompt off +prompt off  if [ "$UID" -eq 0 ]; then  	NCOLOR="red" | 
