diff options
| author | 2020-02-07 23:24:44 -0500 | |
|---|---|---|
| committer | 2020-02-07 23:24:44 -0500 | |
| commit | fd5389b49ee38777b426b379e3f43cdc2341e9f6 (patch) | |
| tree | bd7430131258eae83348e071d9b81a8bf99a138b /dot_zsh | |
| parent | zsh/path: fix luarocks (diff) | |
zsh/path: add ~/Applications to path
Diffstat (limited to '')
| -rw-r--r-- | dot_zsh/source/path.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_zsh/source/path.zsh b/dot_zsh/source/path.zsh index 82f80a0..42b8c9d 100644 --- a/dot_zsh/source/path.zsh +++ b/dot_zsh/source/path.zsh @@ -5,6 +5,7 @@ export LUAROCKS_CONFIG=~/.config/luarocks/config.lua path+=( ~/bin + ~/Applications ~/.local/cargo/bin ~/.local/go/bin ~/.local/yarn/bin |
