From c7193de91f9e4da0197c1497b55f95fad94de6c1 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Wed, 28 Feb 2024 12:52:58 +0100 Subject: [PATCH] :zap: gitdotfiles --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 5cb87ad..d2ace9c 100644 --- a/.bashrc +++ b/.bashrc @@ -56,4 +56,6 @@ LAST_PWD_PATH="$(dirname "${BASH_SOURCE[0]}")/.bash_last_pwd" [ -f "$LAST_PWD_PATH" ] && OLDPWD=`cat $LAST_PWD_PATH` cd(){ builtin cd "$@" && echo `pwd` > "$LAST_PWD_PATH"; } +alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"' + # termux-setup-storage