diff --git a/.zshrc b/.zshrc index 1336b14..53ca5e7 100644 --- a/.zshrc +++ b/.zshrc @@ -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