mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
added env variables
This commit is contained in:
parent
677280f16d
commit
cc92cc1c23
1 changed files with 18 additions and 0 deletions
18
oh-my-zsh.sh
18
oh-my-zsh.sh
|
|
@ -111,3 +111,21 @@ else
|
|||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
alias cnult="ssh pi@82.182.129.23 -p 15231"
|
||||
alias cnhandskak="ssh niro@handskak.com"
|
||||
alias cnhome="ssh niro@192.168.1.9"
|
||||
alias cnpi2="ssh niro@192.168.1.65"
|
||||
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib"
|
||||
export GOPATH="$HOME/go"
|
||||
export CARGO_HOME=$HOME/.cargo
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
|
||||
|
||||
alias npm4gb='node --max-old-space-size=4096 /usr/local/bin/npm'
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue