summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-05-22 10:51:29 -0400
committerMalfurious <m@lfurio.us>2023-05-23 17:17:34 -0400
commit2182b850a49c8c6ca8a81b0546a5c8c288300383 (patch)
treec2c40cc6de833db35b642967e2e0ea1ea491af95
parentdb69613a831f8c768dfe62fa930f4ff6b1cefe76 (diff)
downloadrice-2182b850a49c8c6ca8a81b0546a5c8c288300383.tar.gz
rice-2182b850a49c8c6ca8a81b0546a5c8c288300383.zip
fish: Add ~/.local/bin to $PATH
-rw-r--r--.config/fish/config.fish1
1 files changed, 1 insertions, 0 deletions
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}"