diff --git a/zsh/custom/aliases.zsh b/zsh/custom/aliases.zsh index 43a39a2..b3b79c9 100644 --- a/zsh/custom/aliases.zsh +++ b/zsh/custom/aliases.zsh @@ -15,7 +15,6 @@ if grep -qEi "(Microsoft|WSL)" /proc/version &> /dev/null; then else alias wezterm='wezterm' # Or point to native binary if needed fi -alias docker='sudo docker' alias lg='lazygit' # [Odoo] alias erp-dev='cd ~/workspace/pg/erp/'