zsh updates fro go, less, and man

This commit is contained in:
2018-01-03 17:26:44 -08:00
parent 0d8d6dc2fe
commit eb804cb788

6
.zshrc
View File

@@ -8,7 +8,7 @@ then
else else
fi fi
export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin:/opt/smlnj/bin export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin:/opt/smlnj/bin:~/go/bin
export EDITOR=vim export EDITOR=vim
export CLICOLOR=1 export CLICOLOR=1
@@ -17,6 +17,7 @@ export MAIL=/var/spool/mail/amgutier
export LSCOLORS=DxGxcxdxCxegedabagacad export LSCOLORS=DxGxcxdxCxegedabagacad
export TERM=xterm-256color #256 color support export TERM=xterm-256color #256 color support
export LESSOPEN='|/usr/local/bin/lesspipe.sh %s' export LESSOPEN='|/usr/local/bin/lesspipe.sh %s'
export LESS_ADVANCED_PREPROCESSOR=1
setopt PROMPT_SUBST ; setopt PROMPT_SUBST ;
# for git-prompt # for git-prompt
@@ -73,6 +74,9 @@ compinit
setopt completeinword setopt completeinword
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
# Variables for man page viewing
export HTMLPAGER=w3m
# End of lines added by compinstall # End of lines added by compinstall
# Lines configured by zsh-newuser-install # Lines configured by zsh-newuser-install
HISTFILE=~/.histfile HISTFILE=~/.histfile