From 84e37bf525c9934a70120c346e8afcf026f78950 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 9 Jun 2015 22:25:46 -0400 Subject: Clean up zshrc. --- zshrc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/zshrc b/zshrc index 9cec11b..35a8768 100755 --- a/zshrc +++ b/zshrc @@ -5,21 +5,21 @@ source $HOME/dotfiles/zgen/zgen.zsh # check if there's no init script if ! zgen saved; then - echo "Creating a zgen save" - zgen oh-my-zsh - # plugins - zgen oh-my-zsh plugins/git - zgen oh-my-zsh plugins/sudo - zgen oh-my-zsh plugins/history - zgen oh-my-zsh plugins/autojump - zgen oh-my-zsh plugins/command-not-found - zgen load zsh-users/zsh-syntax-highlighting - # completions - zgen load zsh-users/zsh-completions src - # theme - zgen oh-my-zsh themes/frisk - # save all to init script - zgen save + echo "Creating a zgen save" + zgen oh-my-zsh + # plugins + zgen oh-my-zsh plugins/git + zgen oh-my-zsh plugins/sudo + zgen oh-my-zsh plugins/history + zgen oh-my-zsh plugins/autojump + zgen oh-my-zsh plugins/command-not-found + zgen load zsh-users/zsh-syntax-highlighting + # completions + zgen load zsh-users/zsh-completions src + # theme + zgen oh-my-zsh themes/frisk + # save all to init script + zgen save fi # Emacs-like editor @@ -30,7 +30,7 @@ export WORDCHARS='' setopt DVORAK alias ls="ls --color" -if which gvim >/dev/null; +if which gvim >/dev/null; then alias vi="gvim --remote" fi alias ff="fileutil --gfs_user=gfp-reporting" -- cgit v1.2.3