From 13bfb52d1965a55fb4a704b5f381788778afe48a Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 18 Jul 2020 00:24:31 -0500 Subject: [PATCH 1/2] .profile: Add autocompletion for dot bout gd time --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index 3e4b7281..327b353e 100755 --- a/.profile +++ b/.profile @@ -262,6 +262,10 @@ fi if [ -d "$HOME/.dotfiles" ]; then dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias dot="$dotcmd" + if [ -f "/usr/share/bash-completion/completions/git" ] && [ "$_baseshell" == "bash" ]; then + . "/usr/share/bash-completion/completions/git" + __git_complete dot _git + fi alias dotupdate="\ printf 'Pulling...\n' $dotcmd pull From bc289417d26c7eafc42c6060a2537c1f9aa1f066 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 18 Jul 2020 00:29:03 -0500 Subject: [PATCH 2/2] Lots: Update --- .firestarter | 2 +- .vim/bundle/ale | 2 +- .vim/bundle/lightline.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.firestarter b/.firestarter index 0d641e36..34d8336c 160000 --- a/.firestarter +++ b/.firestarter @@ -1 +1 @@ -Subproject commit 0d641e3677e37ae4a906160934e5a8b37eac2493 +Subproject commit 34d8336cd87745e5a48b308fbc2e3d7747c0fc7a diff --git a/.vim/bundle/ale b/.vim/bundle/ale index 106c2764..54aeeec9 160000 --- a/.vim/bundle/ale +++ b/.vim/bundle/ale @@ -1 +1 @@ -Subproject commit 106c27644b4ff7543d600ae54ab9c53bec909828 +Subproject commit 54aeeec97ff14197a8ede31493035b4fefb44a2f diff --git a/.vim/bundle/lightline.vim b/.vim/bundle/lightline.vim index afd88109..079dc575 160000 --- a/.vim/bundle/lightline.vim +++ b/.vim/bundle/lightline.vim @@ -1 +1 @@ -Subproject commit afd88109a6e24c4cc0cb55ae70ca66c108f1c540 +Subproject commit 079dc5754c87b4d18b40f916273c2fe56810c4a1