Merge branch 'master' of git.9iron.club:salt/home
This commit is contained in:
commit
0b4aecfb50
4
.profile
4
.profile
@ -262,6 +262,10 @@ fi
|
|||||||
if [ -d "$HOME/.dotfiles" ]; then
|
if [ -d "$HOME/.dotfiles" ]; then
|
||||||
dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
alias dot="$dotcmd"
|
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="\
|
alias dotupdate="\
|
||||||
printf 'Pulling...\n'
|
printf 'Pulling...\n'
|
||||||
$dotcmd pull
|
$dotcmd pull
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 106c27644b4ff7543d600ae54ab9c53bec909828
|
Subproject commit 54aeeec97ff14197a8ede31493035b4fefb44a2f
|
@ -1 +1 @@
|
|||||||
Subproject commit afd88109a6e24c4cc0cb55ae70ca66c108f1c540
|
Subproject commit 079dc5754c87b4d18b40f916273c2fe56810c4a1
|
Loading…
Reference in New Issue
Block a user