Correctif d'un chemin invalide
This commit is contained in:
parent
af4b2ae6ac
commit
8b408406e3
@ -7,7 +7,7 @@ gg () {
|
|||||||
|
|
||||||
_git_add_complete() {
|
_git_add_complete() {
|
||||||
|
|
||||||
COMPREPLY+=( $( ls /var/www/users/cdesmidt/git/ | grep "$2" ) )
|
COMPREPLY+=( $( ls /var/www/git/ | grep "$2" ) )
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user