diff --git a/.bashrc b/.bashrc index df602be..4c80143 100644 --- a/.bashrc +++ b/.bashrc @@ -73,3 +73,6 @@ alias wiki='vim -c VimwikiIndex -c "cd %:p:h" -c "silent Git pull"' # Enable autocompletion for "config" to manage dotfiles __git_complete config __git_main + +[ -s "$XDG_CONFIG_HOME/bash/local-config" ] && . "$XDG_CONFIG_HOME/bash/local-config" +