Skip to content

Commit

Permalink
♻️ Make minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
wingy3181 committed Dec 3, 2023
1 parent 7619110 commit bb88605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shell/bash_functions
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ install-update-tpm-plugins() {
&& $TPM_DIR/bin/install_plugins \
&& $TPM_DIR/bin/update_plugins all \
&& cd -" \
"tpm plugins (Install/Update)"
"tpm plugins (install/update)"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand All @@ -545,7 +545,7 @@ update-vim-plugins() {

execute_without_spinner \
"vim +PluginUpdate +qall" \
"vim Plugins (/Update)"
"vim plugins (update)"

}

Expand Down

0 comments on commit bb88605

Please sign in to comment.