This commit is contained in:
Sho Ishida 2024-08-05 21:14:56 +09:00
parent 609460468d
commit 2a38171df6

View File

@ -70,7 +70,7 @@ ZSH_THEME="robbyrussell"
# 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 thefuck zsh-syntax-highlighting zsh-autosuggestions zoxide) plugins=(git thefuck zsh-syntax-highlighting zsh-autosuggestions zoxide eza)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh