diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-05 02:00:19 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-05 02:00:19 +0100 |
commit | a8d48e85200f9ec8ea32e18332ae970b41cc0bdc (patch) | |
tree | 451069dce7368de1389f02df9de106ed75ca03ed /zshrc | |
parent | 8cb2c69771c53405c2f62e12838d2f0320e37b67 (diff) |
added calendar.vim (awesome plugin)
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,7 @@ ENABLE_CORRECTION="true" COMPLETION_WAITING_DOTS="true" # Plugins -plugins=(vi-mode git) +plugins=(vi-mode git ubuntu) # Source oh-my-zsh source $ZSH/oh-my-zsh.sh @@ -94,6 +94,7 @@ crontab ~/.crontab TERM=xterm-256color [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +source ~/git/fuzzy-zsh-marks/plugin.zsh fancy-ctrl-z () { |