zshrc: set TERM=xterm-kitty for dircolors

This commit is contained in:
surtur 2022-10-17 21:01:45 +02:00
parent 9fb9328311
commit 6b098deee9
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

2
.zshrc
View File

@ -151,7 +151,7 @@
export kee="surtur"
SSH_KEY_PATH="$HOME/.ssh/$kee"
eval $(TERM=xterm-256color dircolors)
eval $(TERM=xterm-kitty dircolors)
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock