Commit 3b260c67 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move ~/.bin to before system paths

parent a86c0956
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -41,10 +41,6 @@ source_each ~/.shell/$(get_platform)/profile ~/.profile_local ~/.shell/ssh
# Scripts brought in by dotfiles repo
manage_path PATH ~/.shell/upstream/git-scripts/bin

# Other local bin paths
manage_path PATH ~/.bin check
manage_path PATH ~/bin check

# Super user bin paths
manage_path PATH /sbin before check
manage_path PATH /usr/sbin before check
@@ -56,6 +52,7 @@ manage_path PATH /usr/bin before check
manage_path PATH /usr/local/bin before check

# User-local paths
manage_path PATH ~/.bin before check
manage_path PATH ~/.local/bin before check
manage_path PATH ~/.local/go/bin before
manage_path PATH ~/.local/gopath/bin before