diff options
| author | Syndamia <kamen@syndamia.com> | 2022-09-08 08:44:22 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-09-08 08:44:22 +0300 |
| commit | 7f86d9b177926f661e9852a25d3578b54139400e (patch) | |
| tree | 1e365c377aa39c5ec7357f89757bfa0a6c815ecd | |
| parent | dcae01e67b3169ad470e7923ad21def925ca366f (diff) | |
| download | dotfiles-7f86d9b177926f661e9852a25d3578b54139400e.tar dotfiles-7f86d9b177926f661e9852a25d3578b54139400e.tar.gz dotfiles-7f86d9b177926f661e9852a25d3578b54139400e.zip | |
Added /sbin to PATH
| -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 |
