diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 18:51:52 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 18:51:52 +0100 |
commit | e320bbeda214c6f4f9071e936330c75a3122a311 (patch) | |
tree | eb0f127e7db5da3882be587768ca4143f7fa3a6a /.config | |
parent | ca562c5deac5ac40627ce58f690b432a200e7546 (diff) |
zsh refactor
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/exports.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index acd817e..cf8fea7 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -32,3 +32,7 @@ eval "$(pyenv init -)" export PATH="$HOME/.cargo/bin:$PATH" export GEM_HOME="$HOME/.gem" + +# Created by `pipx` on 2021-03-01 21:32:03 +export PATH="$PATH:/home/aktersnurra/.local/bin" + |