Files
dotfiles/config/.config/zsh-abbr/user-abbreviations
Christian Nieves 47cead8c63 abbr
2024-12-09 17:10:08 +00:00

7 lines
278 B
Plaintext

abbr "allpaths"="blaze query \"allpaths(%, %)\" --output graph | /google/data/ro/projects/graphviz-server/graphviz"
abbr "bb"="blaze build"
abbr "bq"="blaze query"
abbr "br"="blaze run"
abbr "ds_clean"="find ./ -name \".DS_Store\" -depth -exec rm {} \;"
abbr "mux"="tmuxinator"