From c127af49bbaa15648ad7e3530de242edb7fd61c1 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 17 Jul 2015 11:30:34 +0200 Subject: [PATCH] Changed zshrc --- files/zshrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/files/zshrc b/files/zshrc index 8b61b77..4fa9762 100644 --- a/files/zshrc +++ b/files/zshrc @@ -1,13 +1,13 @@ -# ohmyzsh Path +# Oh My ZSH Path export ZSH=~/.dotfiles/lib/ohmyzsh -# ohmyzsh Theme +# Oh My ZSH Theme ZSH_THEME="pygmalion" # Path export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH" -# plugins +# Plugins plugins=(gem bundler composer git pip vagrant docker python extract) plugins+=(npm archlinux systemd systemadmin frontend-search gitignore) plugins+=(command-not-found colored-man) @@ -23,8 +23,6 @@ source $ZSH/oh-my-zsh.sh # Shell Syntax Highlighter source ~/.dotfiles/lib/highlighting/zsh-syntax-highlighting.zsh -source ~/.dotfiles/lib/highlighting/main/main-highlighter.zsh -source ~/.dotfiles/lib/highlighting/brackets/brackets-highlighter.zsh ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) # CD without typing cd