From ab2265ba7f5a07001a8df452febba37d5d3a1881 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 5 May 2021 20:33:12 +0200 Subject: [PATCH] moved zsh to XDG_CONFIG_HOME --- .zshrc => .config/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) rename .zshrc => .config/zsh/zshrc (96%) diff --git a/.zshrc b/.config/zsh/zshrc similarity index 96% rename from .zshrc rename to .config/zsh/zshrc index 8b6652e..84d38b7 100755 --- a/.zshrc +++ b/.config/zsh/zshrc @@ -33,4 +33,5 @@ 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)"