From 16ad70f2cebfc9c241d70b84e0c6a556e4f04c25 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Fri, 23 Jan 2026 09:47:09 -0500 Subject: [PATCH] [remove] docker alias i was dumb and thought user groups wasn't working --- zsh/custom/aliases.zsh | 1 - 1 file changed, 1 deletion(-) 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/'