From ed6537463e006c9aaa9061b28a4251bbeb5b16eb Mon Sep 17 00:00:00 2001 From: reeink Date: Thu, 7 Mar 2024 19:43:44 +0800 Subject: [PATCH] add distrobox alias --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index a536337..4245ef4 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -148,5 +148,8 @@ alias gc='git commit' alias gcm='git commit -m' alias gcl='git clone' +# distrobox alias +alias box='distrobox' + # Created by `pipx` on 2024-02-17 11:33:21 export PATH="$PATH:/home/ree/.local/bin"