completition

This commit is contained in:
Jan Andrle 2024-02-28 14:06:02 +01:00
parent c7193de91f
commit 361beea62b
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB
3 changed files with 6 additions and 0 deletions

1
.bash/complete-alias Submodule

@ -0,0 +1 @@
Subproject commit 7f2555c2fe7a1f248ed2d4301e46c8eebcbbc4e2

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

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule ".bash/complete-alias"]
path = .bash/complete-alias
url = git@github.com:cykerway/complete-alias.git
branch = master