aboutsummaryrefslogtreecommitdiff
path: root/env.fish
diff options
context:
space:
mode:
Diffstat (limited to 'env.fish')
-rw-r--r--env.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/env.fish b/env.fish
deleted file mode 100644
index 6e5c4a8..0000000
--- a/env.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-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