cleaning up zshrc again
This commit is contained in:
parent
db3bb300e0
commit
5018710062
1 changed files with 4 additions and 11 deletions
15
zshrc
15
zshrc
|
|
@ -5,6 +5,9 @@ antigen bundle git
|
||||||
antigen theme S1cK94/minimal minimal
|
antigen theme S1cK94/minimal minimal
|
||||||
export ZSH_THEME="minimal"
|
export ZSH_THEME="minimal"
|
||||||
|
|
||||||
|
autoload -U select-word-style
|
||||||
|
select-word-style bash
|
||||||
|
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
||||||
alias vi=nvim
|
alias vi=nvim
|
||||||
|
|
@ -22,6 +25,7 @@ export BROWSER=open
|
||||||
[[ -s luakit ]] && export BROWSER=luakit
|
[[ -s luakit ]] && export BROWSER=luakit
|
||||||
|
|
||||||
# IOCOM stuff
|
# IOCOM stuff
|
||||||
|
alias dswan="ssh root@dswan.insors.net"
|
||||||
export P4USER=dswan
|
export P4USER=dswan
|
||||||
export P4PORT="humu.insors.net:1666"
|
export P4PORT="humu.insors.net:1666"
|
||||||
export P4CONFIG=p4.cfg
|
export P4CONFIG=p4.cfg
|
||||||
|
|
@ -48,8 +52,6 @@ eval `keychain --eval id_rsa`
|
||||||
# Tex
|
# Tex
|
||||||
eval `/usr/libexec/path_helper -s`
|
eval `/usr/libexec/path_helper -s`
|
||||||
|
|
||||||
powerline-daemon -q
|
|
||||||
|
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
HISTFILE=~/.history
|
HISTFILE=~/.history
|
||||||
|
|
@ -57,14 +59,5 @@ HISTFILE=~/.history
|
||||||
### Added by the Heroku Toolbelt
|
### Added by the Heroku Toolbelt
|
||||||
export PATH="/usr/local/heroku/bin:$PATH"
|
export PATH="/usr/local/heroku/bin:$PATH"
|
||||||
|
|
||||||
autoload -U select-word-style
|
|
||||||
select-word-style bash
|
|
||||||
|
|
||||||
# FZF
|
# FZF
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
PATH="/Users/dustinswan/perl5/bin${PATH+:}${PATH}"; export PATH;
|
|
||||||
PERL5LIB="/Users/dustinswan/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB;
|
|
||||||
PERL_LOCAL_LIB_ROOT="/Users/dustinswan/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT;
|
|
||||||
PERL_MB_OPT="--install_base \"/Users/dustinswan/perl5\""; export PERL_MB_OPT;
|
|
||||||
PERL_MM_OPT="INSTALL_BASE=/Users/dustinswan/perl5"; export PERL_MM_OPT;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue