From 2182b850a49c8c6ca8a81b0546a5c8c288300383 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 22 May 2023 10:51:29 -0400 Subject: fish: Add ~/.local/bin to $PATH --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 4e7f405..3c945fd 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,2 +1,3 @@ +set --export PATH ~/.local/bin $PATH set --export EDITOR "vim" set --export GIT_RADAR_FORMAT " \\x01\\033[1;30m\\x02git:(\\x01\\033[0m\\x02%{branch}%{ :local}\\x01\\033[1;30m\\x02)\\x01\\033[0m\\x02%{ :stash}%{ :changes}" -- cgit v1.2.3