zshrc: only source aliases.zsh once

This commit is contained in:
surtur 2022-04-03 22:49:24 +02:00
parent ed00dc2dbc
commit 861157d033
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
.zshrc
View File

@ -132,8 +132,6 @@
eval $(TERM=xterm-256color dircolors)
source ~/.zsh/aliases.zsh
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
if [ -z SSH_AGENT_PID ]; then