⚡ gitdotfiles
This commit is contained in:
parent
fba5b40824
commit
c7193de91f
2
.bashrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user