addet lazydocker

This commit is contained in:
pika 2024-10-26 16:32:35 +02:00
parent e2b6902c51
commit 275b7f7fc3

3
.zshrc
View file

@ -110,6 +110,9 @@ HISTFILESIZE=100000
if [[ -d "$HOME/.local/bin" ]]; then
export PATH="$HOME/.local/bin:$PATH"
if [ -e "$HOME/.local/bin/lazydocker" ]; then
alias ld="$HOME/.local/bin/lazydocker"
fi
fi
HISTFILE=~/.zsh_history