mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Unsetting local variables
This commit is contained in:
parent
ba989c76fd
commit
25dde0993d
1 changed files with 3 additions and 0 deletions
|
|
@ -236,6 +236,9 @@ function listMavenCompletions {
|
||||||
-P $profiles
|
-P $profiles
|
||||||
)
|
)
|
||||||
|
|
||||||
|
unset POM_HIERARCHY
|
||||||
|
unset profiles
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
compctl -K listMavenCompletions mvn
|
compctl -K listMavenCompletions mvn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue