Move old zshenv away
This commit is contained in:
parent
1b4f753d16
commit
7778bd7785
1 changed files with 3 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ paths=(/usr/texbin /cat/bin /cat/games/bin /opt/csw/sbin /opt/csw/bin
|
|||
/opt/local/bin /usr/local/share/bin /usr/openwin/bin /usr/bin/X11
|
||||
~/Library/Haskell/bin /usr/local/bin/X11 /usr/openwin/bin/xview /opt/java/bin
|
||||
/opt/java5/bin /opt/java/jre/bin /opt/openoffice/program)
|
||||
prepaths=(/usr/local/bin /usr/local/sbin ~/.rbenv/bin ~/.cabal/bin ~/local/bin ~/local/sbin
|
||||
prepaths=(~/.rbenv/shims ~/.cabal/bin ~/Library/Haskell/bin ~/local/bin ~/local/sbin /usr/local/bin /usr/local/sbin
|
||||
~/local/share/bin)
|
||||
for dir in $paths ; do
|
||||
if [ -d $dir ] ; then
|
||||
|
|
@ -228,6 +228,7 @@ alias f="TERM=xterm ssh hunner@firefly.cat.pdx.edu"
|
|||
alias z="TERM=xterm ssh hunner@zabava.cat.pdx.edu"
|
||||
alias o="TERM=xterm ssh hunner@osiris.cat.pdx.edu"
|
||||
alias m="TERM=xterm ssh hunner@mint.cic.pdx.edu"
|
||||
alias p="ping 8.8.8.8"
|
||||
alias chandra="TERM=xterm ssh hunner@chandra.cs.pdx.edu"
|
||||
export CS=cs.pdx.edu
|
||||
alias odin="TERM=xterm ssh hunner@odin.pdx.edu"
|
||||
|
|
@ -440,7 +441,7 @@ ex () {
|
|||
if whence rbenv > /dev/null ; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
[ -f ~/.zsh-fuzzy-match/fuzzy-match.zsh ] && source ~/.zsh-fuzzy-match/fuzzy-match.zsh
|
||||
#[ -f ~/.zsh-fuzzy-match/fuzzy-match.zsh ] && source ~/.zsh-fuzzy-match/fuzzy-match.zsh
|
||||
## Profiling options
|
||||
#unsetopt xtrace
|
||||
#exec 2>&3 3>&-
|
||||
Loading…
Add table
Add a link
Reference in a new issue