Correctif d'un chemin invalide

This commit is contained in:
Clement Desmidt 2016-04-11 16:58:39 +02:00
parent af4b2ae6ac
commit 8b408406e3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ gg () {
_git_add_complete() {
COMPREPLY+=( $( ls /var/www/users/cdesmidt/git/ | grep "$2" ) )
COMPREPLY+=( $( ls /var/www/git/ | grep "$2" ) )
}