mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 23:40:39 +01:00
aka globbing
2
FAQ.md
2
FAQ.md
@@ -186,7 +186,7 @@ There are many solutions, some temporary, some permanent:
|
|||||||
# has the same effect as
|
# has the same effect as
|
||||||
$ apt install 'linux-*'
|
$ apt install 'linux-*'
|
||||||
```
|
```
|
||||||
3. Permanent: disable globbing at all, using **[`unsetopt glob`](http://zsh.sourceforge.net/Doc/Release/Options.html#index-GLOB)**.
|
3. Permanent: disable globbing (_aka_ wildcard expansion) at all, using **[`unsetopt glob`](http://zsh.sourceforge.net/Doc/Release/Options.html#index-GLOB)**.
|
||||||
Put it somewhere in your zshrc file **after** Oh My Zsh is sourced so that it's applied on every zsh session.
|
Put it somewhere in your zshrc file **after** Oh My Zsh is sourced so that it's applied on every zsh session.
|
||||||
NOTE: this will mean that you won't be able to use wildcards anywhere in your zsh session.
|
NOTE: this will mean that you won't be able to use wildcards anywhere in your zsh session.
|
||||||
```zsh
|
```zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user