completition

This commit is contained in:
2024-02-28 14:06:02 +01:00
parent c7193de91f
commit 361beea62b
3 changed files with 6 additions and 0 deletions

View File

@@ -57,5 +57,6 @@ LAST_PWD_PATH="$(dirname "${BASH_SOURCE[0]}")/.bash_last_pwd"
cd(){ builtin cd "$@" && echo `pwd` > "$LAST_PWD_PATH"; }
alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
complete -F _complete_alias gitdotfiles
# termux-setup-storage