ZSH Config: Add Fish styling
This commit is contained in:
parent
8cfb474d1b
commit
7548d7479f
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
###################################################################################
|
||||
|
|
Loading…
Reference in a new issue