From 1349bf971b0fa426150682b377f085732702bffa Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 9 Dec 2024 17:09:58 +0000 Subject: [PATCH] abbr --- config/.config/zsh-abbr/user-abbreviations | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.config/zsh-abbr/user-abbreviations b/config/.config/zsh-abbr/user-abbreviations index bdc0c36..451aaee 100644 --- a/config/.config/zsh-abbr/user-abbreviations +++ b/config/.config/zsh-abbr/user-abbreviations @@ -2,5 +2,7 @@ abbr "allpaths"="blaze query \"allpaths(%, %)\" --output graph | /google/data/ro abbr "bb"="blaze build" abbr "bq"="blaze query" abbr "br"="blaze run" +abbr "bt"="blaze test" abbr "ds_clean"="find ./ -name \".DS_Store\" -depth -exec rm {} \;" abbr "mux"="tmuxinator" +abbr "replace_string"="replace_string --disable_p4 \"%\" \"%\""