Add a safe-paste zsh plugin

This commit is contained in:
2015-11-21 13:54:28 -05:00
parent 9d558cf7f3
commit c4af8c5b72
2 changed files with 55 additions and 1 deletions

2
zshrc
View File

@@ -4,7 +4,7 @@ platform=`uname`
ZSH=$HOME/.zsh
# Plugins to enable - they are found in .zsh/plugins
PLUGINS=()
PLUGINS=(safe-paste)
fpath=($fpath $ZSH/func)
typeset -U fpath