⚡ completition
This commit is contained in:
parent
c7193de91f
commit
361beea62b
1
.bash/complete-alias
Submodule
1
.bash/complete-alias
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7f2555c2fe7a1f248ed2d4301e46c8eebcbbc4e2
|
1
.bashrc
1
.bashrc
@ -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
4
.gitmodules
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[submodule ".bash/complete-alias"]
|
||||
path = .bash/complete-alias
|
||||
url = git@github.com:cykerway/complete-alias.git
|
||||
branch = master
|
Loading…
Reference in New Issue
Block a user