commit ec0eaff9d11faee47f186af59d53449fc9b44914
parent 5590d2828ddaaab0a6cfdb170bb2c319d0722356
Author: William Casarin <jb55@jb55.com>
Date: Thu, 12 Nov 2020 09:06:13 -0800
alias: c -> cmdtree
once we have terminal mode, this will be very handy
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases
@@ -38,6 +38,7 @@ md () {
alias e="edit -n"
alias g=git
+alias c=cmdtree
alias vim=nvim
alias feh="feh --conversion-timeout 2"
alias info="info --vi-keys"