fix PATH-problem in .bash_completion and stuff
This commit is contained in:
parent
d13424613b
commit
dd9f6470b8
3 changed files with 6 additions and 9 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue