ZSH Config: Add Fish styling

This commit is contained in:
Aroy-Art 2025-01-20 09:45:28 +01:00
parent 8cfb474d1b
commit 7548d7479f
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -111,3 +111,22 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
####################################################################################################################################################
####################################################################################################################################################
# Plugins section:
####################################################################################################################################################
# Enable fish style features
###################################################################################
# Use syntax highlighting
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Use history substring search
source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh
# Use auto-suggestions
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
# Colorize the output of the "ls" shell command via LS_COLORS
. /usr/share/LS_COLORS/dircolors.sh
###################################################################################