config startship in zsh
This commit is contained in:
@@ -58,7 +58,7 @@ function install_plugins() {
|
||||
fi
|
||||
fi
|
||||
|
||||
# git clone powerlevel10k
|
||||
# git clone fzf-tab
|
||||
if [ ! -d "$ZSH_PLUGINS_PATH"/fzf-tab ]; then
|
||||
echo "fzf-tab is not downloaded. Downloading..."
|
||||
git clone https://github.com/Aloxaf/fzf-tab.git "$ZSH_PLUGINS_PATH"/fzf-tab
|
||||
@@ -88,4 +88,6 @@ function install_plugins() {
|
||||
git pull
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "All plugins are installed/updated. Run 'exec zsh' to apply changes."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user