aboutsummaryrefslogtreecommitdiff
path: root/env.fish
diff options
context:
space:
mode:
Diffstat (limited to 'env.fish')
-rw-r--r--env.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/env.fish b/env.fish
new file mode 100644
index 0000000..6e5c4a8
--- /dev/null
+++ b/env.fish
@@ -0,0 +1,4 @@
+if not contains "$HOME/.local/share/../bin" $PATH
+ # Prepending path in case a system-installed binary needs to be overridden
+ set -x PATH "$HOME/.local/share/../bin" $PATH
+end