Merge branch 'master' of git.9iron.club:salt/home

This commit is contained in:
Salt 2020-07-21 12:21:03 -05:00
commit 0b4aecfb50
3 changed files with 6 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 106c27644b4ff7543d600ae54ab9c53bec909828
Subproject commit 54aeeec97ff14197a8ede31493035b4fefb44a2f

@ -1 +1 @@
Subproject commit afd88109a6e24c4cc0cb55ae70ca66c108f1c540
Subproject commit 079dc5754c87b4d18b40f916273c2fe56810c4a1