Install pipx

This commit is contained in:
Devon Tingley 2023-02-28 06:17:50 -05:00
parent 2e96626e32
commit fc5ef79330
2 changed files with 5 additions and 1 deletions

View file

@ -35,6 +35,6 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR fish_user_paths:/home/digyx/\x2eemacs\x2ed/bin\x1e/home/digyx/go/bin\x1e/Users/dtingley/go/bin\x1e/Users/dtingley/\x2ecargo/bin\x1e/home/digyx/\x2eyarn/bin\x1e/home/digyx/\x2ecargo/bin
SETUVAR fish_user_paths:/home/digyx/\x2elocal/bin\x1e/home/digyx/\x2eemacs\x2ed/bin\x1e/home/digyx/go/bin\x1e/Users/dtingley/go/bin\x1e/Users/dtingley/\x2ecargo/bin\x1e/home/digyx/\x2eyarn/bin\x1e/home/digyx/\x2ecargo/bin
SETUVAR nvm_data:/home/digyx/\x2elocal/share/nvm
SETUVAR nvm_mirror:https\x3a//nodejs\x2eorg/dist

View file

@ -19,6 +19,10 @@ function update
gup update
end
if type -q pipx
pipx upgrade-all
end
if type -q cargo
cargo install-update --all
end