aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-10-22 00:49:33 -0700
committerGravatar Tom Willemse2021-11-02 22:06:32 -0700
commitf3a7a22054892f4f8e3ddc6f707ee1fc92d6759a (patch)
treebccc8b2e46fe7fac0d942e9e8f293c3ceb58520e
parenta9dfd34a6f95b9730fc158285758bbd261216075 (diff)
downloadnew-dotfiles-f3a7a22054892f4f8e3ddc6f707ee1fc92d6759a.tar.gz
new-dotfiles-f3a7a22054892f4f8e3ddc6f707ee1fc92d6759a.zip
[fish] Add ‘~/usr/bin’ to my path
-rw-r--r--fish/.config/fish/config.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index 1139e40..419f0da 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -54,6 +54,8 @@ end
bind \ep up-or-search
bind \en down-or-search
+set -x PATH ~/usr/bin $PATH
+
set -x LESS FXRSi
set -x EDITOR emacsclient
set -x DOTNET_CLI_TELEMETRY_OPTOUT true