Skip to content

Commit

Permalink
Add zsh snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
cnsworder committed Feb 5, 2017
1 parent d07d13c commit 993d0c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ zplug "zsh-users/zsh-completions"
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-history-substring-search"
zplug "djui/alias-tips"
zplug "willghatch/zsh-snippets"
zplug "plugins/git", from:oh-my-zsh
zplug "plugins/brew", from:oh-my-zsh
zplug "plugins/brew-cask", from:oh-my-zsh
Expand Down Expand Up @@ -46,3 +47,5 @@ fi
zplug load

#[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

bindkey '^j' snippet-expand

0 comments on commit 993d0c8

Please sign in to comment.