aboutsummaryrefslogtreecommitdiff
path: root/Shell/zshrc
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-04-13 12:00:34 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-04-13 12:00:34 +0100
commit704948f95211033881e1b80acc03c9c9dff84e71 (patch)
tree279cdd6a9071f93e0deae0fdf909e3c128a40a83 /Shell/zshrc
parent6b6fe496e0c46818a89ae47a892add7bb2587577 (diff)
downloaddotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.gz
dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.tar.bz2
dotfiles-704948f95211033881e1b80acc03c9c9dff84e71.zip
change back to zsh for speed
Diffstat (limited to 'Shell/zshrc')
-rw-r--r--Shell/zshrc8
1 files changed, 6 insertions, 2 deletions
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