We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0491343 commit fef71edCopy full SHA for fef71ed
zshsetup.sh
@@ -147,9 +147,9 @@ install_plugins() {
147
fi
148
149
# Install apt plugin
150
- if [ ! -d "$custom_plugins_dir/apt" ]; then
+ if [ ! -d "$custom_plugins_dir/apt-zsh-plugin" ]; then
151
log INFO "Installing apt plugin..."
152
- git clone https://github.com/GeoLMg/apt-zsh-plugin "$ZSH/plugins/apt-zsh-plugin"
+ git clone https://github.com/GeoLMg/apt-zsh-plugin "$custom_plugins_dir/apt-zsh-plugin"
153
154
155
# Add custom plugins to .zshrc
0 commit comments