From dfb36fe2a7f5f1db09a606d65878b99e01d72fc2 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 15:57:38 +0200 Subject: [PATCH] zsh: disable dircolors --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 0fc483f..451a01e 100644 --- a/.zshrc +++ b/.zshrc @@ -169,7 +169,8 @@ export kee=${kee:-$(hostname -s)} SSH_KEY_PATH="$HOME/.ssh/$kee" - eval $(TERM=xterm-kitty dircolors) + # irrelevant when using exa. + # eval $(TERM=xterm-kitty dircolors) # pretend we're dockerd for rootless podman. export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock