fish: Remove ~/.local/bin from $PATH

No longer necessary since we're using NixOS. Anything that was in
~/.local/bin should be declaratively defined instead.
This commit is contained in:
Donovan Glover 2024-06-01 22:11:39 -04:00
parent 1e16aaa3ae
commit a65d312a09
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -7,8 +7,6 @@
shellInit = /* fish */ ''
set -U fish_greeting ""
export PATH="$HOME/.local/bin:$PATH"
set -x -U LESS_TERMCAP_md (printf "\e[01;31m")
set -x -U LESS_TERMCAP_me (printf "\e[0m")
set -x -U LESS_TERMCAP_se (printf "\e[0m")