diff options
| -rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ device='desktop' # can be either "desktop" (default when empty), "server" or "an export PATH=$HOME/bin:/usr/local/bin:$PATH # Adds ~/bin and /usr/local/bin paths to PATH export PATH="$PATH:$HOME/.npm-global/bin" # Adds ~/.npm-global/bin path to PATH export PATH="$PATH:$HOME/go/bin" # Adds ~/go/bin to PATH + export PATH="$PATH:/sbin" # export LANG=en_US.UTF-8 # You may need to manually set your language environment |
