diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-06-22 13:33:00 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-06-22 13:33:00 +0200 |
commit | c9b02d692e16959e141339f80c9a4a7277c46664 (patch) | |
tree | acfd59c15c1be165c42f419b8a93dd30b3c5eef2 /config/essentials/zsh/.zshrc | |
parent | 5a02cbf112f2468257993993432cf16503b1f22f (diff) | |
parent | bd92556ed1244a83349f4c872d302b2755aaa71c (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-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 4a28ce2..83da0f6 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -28,7 +28,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" /etc/os-release 2>/dev/null then sfiles=( /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh |