From 704076e70a8ec9e4e5463368fa20731a1a7a91b0 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Thu, 21 May 2020 12:16:50 +0200 Subject: give my directory highest prio --- .config/fish/config.fish | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config') 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 -- cgit v1.2.3