From 3c5645af5b5b7f2f78d0d2ef0c1f3f71c3c00204 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 15 Apr 2025 05:10:34 -0500 Subject: [PATCH] =?UTF-8?q?dragon=20=E2=9E=94=20dr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit do is reserved bash word --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index bc5fc6b..0668097 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -25,7 +25,7 @@ eval "$(jump shell --bind=j)" alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient" alias ct="sudo ct" -#alias do="dragon-drop --and-exit --all --print-path" +alias dr="dragon-drop --and-exit --all --print-path" alias ffind="sudo find / -type f -name" alias gparted="sudo gparted" alias grep='grep --color=auto'