diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-07 22:40:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-07 22:40:28 +0100 |
commit | 553530387aaf6a442a33eba3f7b43b8911fc4bb8 (patch) | |
tree | fd00a8322eea975b1633af9faf778432d5292673 /.zshrc | |
parent | 7eae457654052897a8d5ca55e5a8217d4ab9f78c (diff) |
Add new arch configs, messed up color theme
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ [ -f $HOME/.config/zsh/keybindings.zsh ] && source $HOME/.config/zsh/keybindings.zsh [ -f $HOME/.config/zsh/programs.zsh ] && source $HOME/.config/zsh/programs.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + +# Created by `pipx` on 2021-03-01 21:32:03 +export PATH="$PATH:/home/aktersnurra/.local/bin" |