summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-09 22:25:46 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-09 22:25:46 -0400
commit84e37bf525c9934a70120c346e8afcf026f78950 (patch)
tree08595a122486f33cdc9752b24cc49580a0dc69f0
parent61ceecebc7e4e00e34540df21745d3f9b672fe13 (diff)
Clean up zshrc.
-rwxr-xr-xzshrc32
1 files 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"