diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-11-12 17:12:00 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-11-12 17:12:00 +0100 |
commit | 23c2115bb054d88cef2ec2dfb7f250f981d1032e (patch) | |
tree | 4e35833ac6d4c0e1dd86b702bfbc9c47e611aa7e /programs/zsh/zprofile | |
parent | 12fb66f04a9755e24be965e0b44c8770de2073de (diff) | |
download | dots-23c2115bb054d88cef2ec2dfb7f250f981d1032e.tar.gz dots-23c2115bb054d88cef2ec2dfb7f250f981d1032e.zip |
Update
Diffstat (limited to 'programs/zsh/zprofile')
-rw-r--r-- | programs/zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/zsh/zprofile b/programs/zsh/zprofile index 58900c6..bc409d3 100644 --- a/programs/zsh/zprofile +++ b/programs/zsh/zprofile @@ -12,7 +12,7 @@ export PATH=$PATH:/apps # Adds gopath to $PATH export PATH=$PATH:~/.local/share/go/bin # Adds scripts to $PATH -export PATH=$PATH:~/scripts +export PATH=~/scripts:$PATH # Default programs: export EDITOR="nvim" |