From 41693a0924abf89ee9ab6bb94775ed590bafa1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 30 Jan 2020 18:21:58 +0100 Subject: [PATCH] aka globbing --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3e0e3a9..12db870 100644 --- a/FAQ.md +++ b/FAQ.md @@ -186,7 +186,7 @@ There are many solutions, some temporary, some permanent: # has the same effect as $ 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. NOTE: this will mean that you won't be able to use wildcards anywhere in your zsh session. ```zsh