diff options
| author | 2020-12-14 20:01:50 -0500 | |
|---|---|---|
| committer | 2020-12-14 20:02:33 -0500 | |
| commit | 8b920e05e4d000cca6101446cb89170d7f4271d9 (patch) | |
| tree | 60c391ee1fa048471e35bb110cdf924633b97d11 /dot_zsh | |
| parent | git: call the main branch main (diff) | |
zsh: add ~/.local/box to path
Diffstat (limited to '')
| -rw-r--r-- | dot_zsh/source/00-path.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_zsh/source/00-path.zsh b/dot_zsh/source/00-path.zsh index f2c9507..11084a3 100644 --- a/dot_zsh/source/00-path.zsh +++ b/dot_zsh/source/00-path.zsh @@ -21,4 +21,5 @@ path+=( ~/.local/yarn/bin ~/.local/pipx/bin ~/.gem/ruby/*/bin(N) + ~/.local/box ) |
