diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-11-15 06:56:04 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-11-15 06:56:04 +0100 |
commit | 25c4ac296f854933f9800167c7b39a5aaf73d079 (patch) | |
tree | 36a4c6a227fa9200db0a9b63c565f3d6167a7185 /Common/zshrc | |
parent | 3bef48c086d15702665dd158ebcea0db9780158f (diff) | |
download | dotfiles-25c4ac296f854933f9800167c7b39a5aaf73d079.tar.gz dotfiles-25c4ac296f854933f9800167c7b39a5aaf73d079.zip |
Add bspwm/sxhkd/polybar
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/zshrc b/Common/zshrc index 0ac9347..4fb9aba 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] fi # If you come from bash you might have to change your $PATH. -export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH:$HOME/go/bin export KEYTIMEOUT=1 # Check if env setup file exists |