From a0f65b023bafb0c37939d3e7d1573751bb7ab03a Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 28 Dec 2023 15:32:34 -0500 Subject: [PATCH] Add d->docker alias --- fake_home/.shell_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/fake_home/.shell_aliases b/fake_home/.shell_aliases index 1614e66..0a4b868 100755 --- a/fake_home/.shell_aliases +++ b/fake_home/.shell_aliases @@ -31,6 +31,7 @@ function hearch { } alias hsearch='hearch' +alias d='docker' alias tmux="tmux attach || tmux"