|
@@ -1,5 +1,5 @@
|
|
|
# If you come from bash you might have to change your $PATH.
|
|
|
-# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
|
+# export PATH=$HOME/bin:/usr/local/bin:$PATH/th
|
|
|
|
|
|
# Path to your oh-my-zsh installation.
|
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
@@ -70,7 +70,7 @@ ZSH_THEME="robbyrussell"
|
|
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
|
# Add wisely, as too many plugins slow down shell startup.
|
|
|
-plugins=(git ssh-agent)
|
|
|
+plugins=(git ssh-agent rust)
|
|
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
|
@@ -109,12 +109,14 @@ PATH=$PATH:$HOME/.cargo/bin
|
|
|
|
|
|
#go
|
|
|
PATH=$PATH:/usr/local/go/bin
|
|
|
+PATH=$PATH:$HOME/go/bin
|
|
|
|
|
|
#bun
|
|
|
PATH=$PATH:$HOME/.bun/bin
|
|
|
# local bin
|
|
|
PATH=$PATH:$HOME/.local/bin
|
|
|
|
|
|
+
|
|
|
export PATH
|
|
|
|
|
|
export NVM_DIR="$HOME/.nvm"
|