zsh: disable dircolors

This commit is contained in:
surtur 2023-08-18 15:57:38 +02:00
parent 32a749b963
commit dfb36fe2a7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

3
.zshrc
View File

@ -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