diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-05-21 12:16:50 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-05-21 12:16:50 +0200 |
commit | 704076e70a8ec9e4e5463368fa20731a1a7a91b0 (patch) | |
tree | 9e026379b1465b90d1a8c578fedcdf2342bf5d98 /.config/fish | |
parent | 9e45c7b36d583c8d3f6792670d095b87e5c5197a (diff) |
give my directory highest prio
Diffstat (limited to '.config/fish')
-rw-r--r-- | .config/fish/config.fish | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b42e312..e99e1dc 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,8 @@ -set PATH /bin /sbin /usr/bin /usr/games \ +set PATH \ + /home/tom/bin \ + /bin /sbin /usr/bin /usr/games \ /usr/local/bin /usr/local/games \ /usr/local/sbin /usr/sbin \ - /home/tom/bin \ /home/tom/.cargo/bin \ /home/tom/.local/bin |