From 9ed579041511ebffbc7b0d2b1659193336923b1e Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Tue, 24 Dec 2019 21:49:26 -0500 Subject: [PATCH] Dotfiles alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 91f7b83..0a2782c 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ alias e='emacs -nw' # Other alias i='sudo dnf install' alias d='sudo dnf' - +alias dot='cd ~/dotfiles' # Git alias c='git commit -m' alias a='git add'