From ef2944e06626ff30871c0f0b408124d48a2be834 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 5 Aug 2025 08:30:43 -0400 Subject: [PATCH] zsh plugins --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index a64a954..c139937 100644 --- a/.zshrc +++ b/.zshrc @@ -75,8 +75,6 @@ cat ~/.cache/wal/sequences # Add wisely, as too many plugins slow down shell startup. plugins=(git gh bun npm yarn mise) -source $ZSH/oh-my-zsh.sh - # User configuration # export MANPATH="/usr/local/man:$MANPATH" @@ -121,11 +119,13 @@ compinit # End of lines added by compinstall eval "$(mise activate zsh)" -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source $ZSH/oh-my-zsh.sh export EDITOR=nvim export QML_IMPORT_PATH=/usr/lib/qt6/qml export QML2_IMPORT_PATH=/usr/lib/qt6/qml neofetch --ascii ~/dotfiles/ascii.txt + +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh