Remove PATH from fish config, should be handled by .profile

This commit is contained in:
Tom Willemse 2020-04-13 02:14:54 -07:00
parent 4a916455d2
commit 3838287fb5

View file

@ -2,8 +2,6 @@ function hc
herbstclient $argv
end
set PATH ~/usr/bin $PATH
set -x LESS FXRSi
set -x EDITOR emacsclient
set -x DOTNET_CLI_TELEMETRY_OPTOUT true