mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
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:
parent
1e16aaa3ae
commit
a65d312a09
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user