]> git.zndr.dk Git - dotfiles.git/commitdiff
Fix completion
authorJannik ZANDER <jannikz@gmail.com>
Thu, 12 Jul 2018 14:15:24 +0000 (16:15 +0200)
committerJannik ZANDER <jannikz@gmail.com>
Thu, 12 Jul 2018 14:15:24 +0000 (16:15 +0200)
.bash_completion

index 8015085ceedece5dd9bdba6320f04f88e6fb9846..4c0ee7a52784ff2a8619252d9679cb487299d986 100644 (file)
@@ -1,5 +1,3 @@
-[ -f /etc/bash_completion ] && . /etc/bash_completion
-
 # Add tab completion for `githome` by marking it as an alias for `git`
 _completion_loader git
 if type _git &>/dev/null; then