diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-06-30 13:31:26 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2022-06-30 13:33:05 +0200 |
commit | 64d19effcc7aa1db2f134130484aa68cddd6ecd6 (patch) | |
tree | 5ce1fe1484ecc209ad98371162105b8a34092c13 /Common/zshrc | |
parent | 0447c58e759df165269ffe9182398881e650d923 (diff) | |
download | dotfiles-64d19effcc7aa1db2f134130484aa68cddd6ecd6.tar.gz dotfiles-64d19effcc7aa1db2f134130484aa68cddd6ecd6.zip |
neovim
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 b6830c6..1926db7 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:$PATH +export PATH=$HOME/bin:/usr/local/bin:$PATH # Check if env setup file exists if [ ! -f ~/.zsh_env_setup ]; then |