uninstall linuxbrew because it takse too much space

This commit is contained in:
Hedy Li 2021-08-18 17:49:02 +08:00
parent 4c3c7e2a2b
commit 575f8e77dc
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 0 additions and 7 deletions

View File

@ -9,10 +9,3 @@ if test -f ~/.config/fish/config_local.fish
source ~/.config/fish/config_local.fish
end
set -gx HOMEBREW_PREFIX "/home/hedy/.linuxbrew";
set -gx HOMEBREW_CELLAR "/home/hedy/.linuxbrew/Cellar";
set -gx HOMEBREW_REPOSITORY "/home/hedy/.linuxbrew/Homebrew";
set -gx HOMEBREW_SHELLENV_PREFIX "/home/hedy/.linuxbrew";
set -q PATH; or set PATH ''; set -gx PATH "/home/hedy/.linuxbrew/bin" "/home/hedy/.linuxbrew/sbin" $PATH;
set -q MANPATH; or set MANPATH ''; set -gx MANPATH "/home/hedy/.linuxbrew/share/man" $MANPATH;
set -q INFOPATH; or set INFOPATH ''; set -gx INFOPATH "/home/hedy/.linuxbrew/share/info" $INFOPATH;