added plugins

This commit is contained in:
Tobias Maier
2021-10-23 18:30:53 +02:00
parent 8df772bdd8
commit fd830cc4a0

6
.zshrc
View File

@@ -70,14 +70,16 @@ ZSH_THEME="robbyrussell"
# HIST_STAMPS="mm/dd/yyyy" # HIST_STAMPS="mm/dd/yyyy"
# Would you like to use another custom folder than $ZSH/custom? # Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder ZSH_CUSTOM=/usr/share/zsh
# Which plugins would you like to load? # Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/ # Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git) plugins=(git
zsh-autosuggestions
zsh-syntax-highlighting)
# User configuration # User configuration