From b8678e32ec5ea92eaf546236386d22fd00af0a0e Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 6 May 2021 13:46:27 +0200 Subject: [PATCH] removed zoxide --- .config/zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 84d38b7..8b6652e 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -33,5 +33,4 @@ alias grep='grep --color=auto' alias ip='ip -color=auto' alias emacs='emacs -nw' -eval "$(zoxide init zsh)" eval "$(LC_ALL="en_US.UTF-8" starship init zsh)"