This commit is contained in:
2021-04-20 04:27:27 +09:00
parent 089d44c282
commit e0faea0c10

2
zshrc
View File

@@ -1,7 +1,7 @@
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
export PATH=$HOME/.local/bin:/usr/local/bin:$PATH export PATH=$HOME/.local/bin:/usr/local/bin:$PATH
export DENO_INSTALL="/home/vbalien/.deno" export DENO_INSTALL="$HOME/.deno"
export PATH="$DENO_INSTALL/bin:$PATH" export PATH="$DENO_INSTALL/bin:$PATH"
export PATH="$PATH:$HOME/go/bin" export PATH="$PATH:$HOME/go/bin"