From 1da6a6a88b571b014628fdcb7991323e42b8c513 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 19 Sep 2022 20:39:55 -0700 Subject: [PATCH] experimenting with using a bare repo for dotfiles --- runcoms/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 357dfc6..9b102cf 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -32,6 +32,7 @@ alias plz=sudo alias ls=exa alias emacs="emacs --no-window" alias tmux="direnv exec / tmux" +alias ,df="git --git-dir=$HOME/.dotfiles --work-tree=$HOME" function eject { command hdiutil eject `df | grep Volumes | grep -i "$@" | ruby -ne 'puts $_[/^[^ ]*/]'`; }