gitdotfiles

This commit is contained in:
Jan Andrle 2024-02-28 12:52:58 +01:00
parent fba5b40824
commit c7193de91f
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB

View File

@ -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