aboutsummaryrefslogtreecommitdiff
path: root/common/zshrc.org
diff options
context:
space:
mode:
Diffstat (limited to 'common/zshrc.org')
-rw-r--r--common/zshrc.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/zshrc.org b/common/zshrc.org
index 4ff5524..bbc2c0e 100644
--- a/common/zshrc.org
+++ b/common/zshrc.org
@@ -11,7 +11,7 @@ Set up completions.
Enable Gentoo completions on my Gentoo system.
#+begin_src sh :tangle ~/.zshrc :mkdirp yes
- if [ "$(uname)" = 'Linux' ] && grep 'ID=gentoo' /etc/os-release; then
+ if [ "$(uname)" = 'Linux' ] && grep -q 'ID=gentoo' /etc/os-release; then
prompt gentoo
fi
#+end_src