diff options
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 270c4a5..5ca8430 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -29,7 +29,7 @@ export LD_LIBRARY_PATH=/usr/local/lib export wiki_browser='firefox' PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " -RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" +#RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" #Enable highlightling and completion like fish |