mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Added rust and go variables
This commit is contained in:
parent
f32ed3b172
commit
3834ce7a4f
1 changed files with 6 additions and 2 deletions
12
oh-my-zsh.sh
12
oh-my-zsh.sh
|
|
@ -119,11 +119,15 @@ alias cnhandskak="ssh niro@handskak.com"
|
||||||
alias cnhome="ssh niro@192.168.1.9"
|
alias cnhome="ssh niro@192.168.1.9"
|
||||||
alias cnpi2="ssh niro@192.168.1.65"
|
alias cnpi2="ssh niro@192.168.1.65"
|
||||||
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib"
|
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"
|
|
||||||
|
|
||||||
|
export GOROOT="/usr/local/go"
|
||||||
|
export GOPATH="$HOME/go"
|
||||||
|
|
||||||
|
export CARGO_HOME=$HOME/.cargo
|
||||||
|
|
||||||
|
export PATH="$PATH:$CARGO_HOME/bin:$GOROOT/bin:$GOPATH/bin"
|
||||||
|
|
||||||
|
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
|
||||||
alias npm4gb='node --max-old-space-size=4096 /usr/local/bin/npm'
|
alias npm4gb='node --max-old-space-size=4096 /usr/local/bin/npm'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue