Tweaks to zshrc

laptop
Elias Almqvist 1 year ago
parent a7b657249a
commit 36958bf9c6
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      zsh/.zshrc

@ -75,7 +75,7 @@ ZSH_THEME="edvardm"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-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 zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting) plugins=(git)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh

Loading…
Cancel
Save