diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-29 11:51:18 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-29 11:51:18 +0200 |
commit | f5b7a1a7cd4052b37dfd576d5ca5864a2b969e09 (patch) | |
tree | c9fc5c245e7a31e1122fed022ae38001bce7657b /config | |
parent | d063a1ac14b89f4412ed9df9f67b8ed5fd0d834a (diff) |
added /usr/lib/os-release
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 58974ba..d8675d4 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -25,7 +25,7 @@ zle -N add-surround surround zle -N change-surround surround compinit -if grep -qi "debian\|ubuntu" /etc/os-release 2>/dev/null +if grep -qi "debian\|ubuntu" /usr/lib/os-release /etc/os-release 2>/dev/null then sfiles=( /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh |