From 2a38171df60e1e182e3aa17de109a3c003807c1d Mon Sep 17 00:00:00 2001 From: Sho Ishida Date: Mon, 5 Aug 2024 21:14:56 +0900 Subject: [PATCH] add eza --- Zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zsh/.zshrc b/Zsh/.zshrc index f278416..a5d826b 100644 --- a/Zsh/.zshrc +++ b/Zsh/.zshrc @@ -70,7 +70,7 @@ ZSH_THEME="robbyrussell" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # 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