diff options
| -rwxr-xr-x | zshrc | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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" |
