fix PATH-problem in .bash_completion and stuff

This commit is contained in:
Lexi / Zoe 2019-01-11 02:15:40 +01:00
parent d13424613b
commit dd9f6470b8
3 changed files with 6 additions and 9 deletions

View file

@ -1,7 +1,5 @@
# ~/.bash_completion - Custom bash auto completions
# Enable bash completion for dotfiles manager (if installed)
if command -v dotfiles &>/dev/null; then
source <(dotfiles bash-completion)
fi
[[ -x "$HOME/bin/dotfiles" ]] && source <($HOME/bin/dotfiles bash-completion)