summaryrefslogtreecommitdiff
path: root/config/essentials
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-10 18:32:34 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-10 18:32:34 +0200
commit34bb4516d35f0d9c65f028f8e2ea0cda079fdf02 (patch)
treedd3fca695fef56fddff9028b9051c50d8d037710 /config/essentials
parente819980da0b92c3981ecb697e999d7cec633ab76 (diff)
fix: useless echo
Diffstat (limited to 'config/essentials')
-rw-r--r--config/essentials/zsh/.zshrc1
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