From 704948f95211033881e1b80acc03c9c9dff84e71 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 13 Apr 2016 12:00:34 +0100 Subject: change back to zsh for speed --- Shell/zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Shell/zshrc') diff --git a/Shell/zshrc b/Shell/zshrc index 455185b..473415a 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -4,7 +4,7 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd extendedglob correct unsetopt beep -bindkey -v +#bindkey -v zstyle ':completion:*' menu select #zstyle ':completion:*' format '%BCompleting %d%b' # End of lines configured by zsh-newuser-install @@ -32,7 +32,11 @@ PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" +#Enable highlightling like fish +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + #fortune -s | cowsay -f $(ls /usr/share/cows/ | shuf -n1) -archey3 +#archey3 -- cgit v1.2.3-54-g00ecf