From 9e1d5d8fb7a5d8f24a6f1f6ed928224ef1c78cd0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 16 Sep 2021 20:59:00 -0400 Subject: [PATCH] [M] Use "-" rather than "_" in command names --- scripts/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bashrc b/scripts/bashrc index c28ac7a..8d25071 100644 --- a/scripts/bashrc +++ b/scripts/bashrc @@ -26,7 +26,7 @@ alias duass='dirusagea | sortsize' alias fuss='fileusage | sortsize' # Mac Specific -alias ds_clean="sudo find ./ -name \".DS_Store\" -depth -exec rm {} \;" +alias ds-clean="sudo find ./ -name \".DS_Store\" -depth -exec rm {} \;" # Lisp wrapper lisp() {