mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 17:51:06 +02: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:
@ -7,8 +7,6 @@
|
|||||||
shellInit = /* fish */ ''
|
shellInit = /* fish */ ''
|
||||||
set -U fish_greeting ""
|
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_md (printf "\e[01;31m")
|
||||||
set -x -U LESS_TERMCAP_me (printf "\e[0m")
|
set -x -U LESS_TERMCAP_me (printf "\e[0m")
|
||||||
set -x -U LESS_TERMCAP_se (printf "\e[0m")
|
set -x -U LESS_TERMCAP_se (printf "\e[0m")
|
||||||
|
Reference in New Issue
Block a user