diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-10 18:32:34 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-10 18:32:34 +0200 |
commit | 34bb4516d35f0d9c65f028f8e2ea0cda079fdf02 (patch) | |
tree | dd3fca695fef56fddff9028b9051c50d8d037710 /config/essentials/zsh | |
parent | e819980da0b92c3981ecb697e999d7cec633ab76 (diff) |
fix: useless echo
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/.zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 4212db7..414a7d7 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -36,7 +36,6 @@ case "${ID:=unknown}" in debian|ubuntu) PLUGPATH=/usr/share/ ;; *) PLUGPATH=/usr/share/zsh/plugins ;; esac -echo $PLUGPATH . $PLUGPATH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh . $PLUGPATH/zsh-autosuggestions/zsh-autosuggestions.zsh |