Commit 86695d07 authored by Murukesh Mohanan's avatar Murukesh Mohanan

plugin updates

parent 1a9031ee
bindkey '^[[1;C' backward-word
bindkey '^[[1;D' forward-word
for f in /usr/local/Cellar/*/*/libexec/gnubin
for f in /usr/local/Cellar/*/*/libexec/gnubin ~/Library/Python/*/bin
do
PATH=$f:$PATH
MANPATH=${f%/libexec/gnubin}/share/man:$MANPATH
......
Subproject commit 76230d519b4769d27fabd7e651c150ae4671c255
Subproject commit 3ac27820b16ff32871f592d522f34c05637eeb5b
Subproject commit 50fbb5f76e895f895aa44ea59c71860fa2c99b69
Subproject commit aac4a4423898fccbd1ab72c369ac09995a9139f1
......@@ -153,17 +153,17 @@ function _pip_completion {
compctl -K _pip_completion pip
# pip zsh completion end
if [[ -n $COLORTERM ]]
then
case $TERM in
xterm*)
TERM=xterm-256color
;;
screen*)
TERM=screen-256color
;;
esac
fi
if [[ -n $COLORTERM ]]
then
case $TERM in
xterm*)
TERM=xterm-256color
;;
screen*)
TERM=screen-256color
;;
esac
fi
export TERM
export CDPATH="$CDPATH:$HOME"
export MANPAGER='vim -'
......@@ -177,5 +177,5 @@ bindkey -M vicmd v edit-command-line
[[ -f $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] &&
. "$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
[[ -f $HOME/.conflocal/$CONFLOCAL/.zshrc ]] &&
[[ -f $HOME/.conflocal/$CONFLOCAL/.zshrc ]] &&
. "$HOME/.conflocal/$CONFLOCAL/.zshrc"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment