Remove PATH from fish config, should be handled by .profile
This commit is contained in:
parent
4a916455d2
commit
3838287fb5
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ function hc
|
||||||
herbstclient $argv
|
herbstclient $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
set PATH ~/usr/bin $PATH
|
|
||||||
|
|
||||||
set -x LESS FXRSi
|
set -x LESS FXRSi
|
||||||
set -x EDITOR emacsclient
|
set -x EDITOR emacsclient
|
||||||
set -x DOTNET_CLI_TELEMETRY_OPTOUT true
|
set -x DOTNET_CLI_TELEMETRY_OPTOUT true
|
||||||
|
|
Loading…
Reference in a new issue