Mise à jour de 'zsh/plugins/project.plugin.zsh'

This commit is contained in:
Simon Vieille 2023-05-21 11:20:12 +02:00
parent 2b18bb3c49
commit 5e29c23c67
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
_PROJECT_DIR=$HOME/www/repo/
_PROJECT_DIR="$HOME/www/repo/"
_project() {
compadd $(find $_PROJECT_DIR -maxdepth 1 -type d | sed 's#^\(.*\)/\([a-zA-Z0-9\._ -]*\)$#\2#g')