Updated zsh config and fixed mason error for neovim
This commit is contained in:
@@ -5,9 +5,16 @@ export GPG_TTY=$(tty)
|
||||
# Set aliases
|
||||
alias ls="eza -lh"
|
||||
|
||||
# Activate plugins
|
||||
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
# Activate plugins(for Arch)
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Activate plugins(for other distros)
|
||||
#source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
#source /usr/share/sh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
|
||||
# Change prompt
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
[ -f /home/samsepi0l/.shelloracle.zsh ] && source /home/samsepi0l/.shelloracle.zsh
|
||||
|
||||
Reference in New Issue
Block a user