Files
dotfiles/config/.config/zsh-abbr/user-abbreviations
Christian Nieves 0693f6618d zsh abbreviations
2024-11-26 21:50:44 +00:00

6 lines
162 B
Plaintext

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"