Skip to content

Commit fef71ed

Browse files
committed
$custom_plugins_dir/apt-zsh-plugin
1 parent 0491343 commit fef71ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zshsetup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ install_plugins() {
147147
fi
148148

149149
# Install apt plugin
150-
if [ ! -d "$custom_plugins_dir/apt" ]; then
150+
if [ ! -d "$custom_plugins_dir/apt-zsh-plugin" ]; then
151151
log INFO "Installing apt plugin..."
152-
git clone https://github.com/GeoLMg/apt-zsh-plugin "$ZSH/plugins/apt-zsh-plugin"
152+
git clone https://github.com/GeoLMg/apt-zsh-plugin "$custom_plugins_dir/apt-zsh-plugin"
153153
fi
154154

155155
# Add custom plugins to .zshrc

0 commit comments

Comments
 (0)