diff --git a/fish/fish_variables b/fish/fish_variables index 2fa2a9e..e0d24b4 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -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 diff --git a/fish/functions/update.fish b/fish/functions/update.fish index dcfad92..ce2c549 100644 --- a/fish/functions/update.fish +++ b/fish/functions/update.fish @@ -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