about summary refs log tree commit diff
path: root/programs/zsh/zprofile
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-11-12 17:12:00 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-11-12 17:12:00 +0100
commit23c2115bb054d88cef2ec2dfb7f250f981d1032e (patch)
tree4e35833ac6d4c0e1dd86b702bfbc9c47e611aa7e /programs/zsh/zprofile
parent12fb66f04a9755e24be965e0b44c8770de2073de (diff)
downloaddots-23c2115bb054d88cef2ec2dfb7f250f981d1032e.tar.gz
dots-23c2115bb054d88cef2ec2dfb7f250f981d1032e.zip
Update
Diffstat (limited to 'programs/zsh/zprofile')
-rw-r--r--programs/zsh/zprofile2
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"