zsh plugins
This commit is contained in:
parent
aa916b7e3d
commit
ef2944e066
1 changed files with 3 additions and 3 deletions
6
.zshrc
6
.zshrc
|
|
@ -75,8 +75,6 @@ cat ~/.cache/wal/sequences
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git gh bun npm yarn mise)
|
plugins=(git gh bun npm yarn mise)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
# export MANPATH="/usr/local/man:$MANPATH"
|
# export MANPATH="/usr/local/man:$MANPATH"
|
||||||
|
|
@ -121,11 +119,13 @@ compinit
|
||||||
# End of lines added by compinstall
|
# End of lines added by compinstall
|
||||||
|
|
||||||
eval "$(mise activate zsh)"
|
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 /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export QML_IMPORT_PATH=/usr/lib/qt6/qml
|
export QML_IMPORT_PATH=/usr/lib/qt6/qml
|
||||||
export QML2_IMPORT_PATH=/usr/lib/qt6/qml
|
export QML2_IMPORT_PATH=/usr/lib/qt6/qml
|
||||||
|
|
||||||
neofetch --ascii ~/dotfiles/ascii.txt
|
neofetch --ascii ~/dotfiles/ascii.txt
|
||||||
|
|
||||||
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue