summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 739bdb2..b454f54 100644
--- a/.bashrc
+++ b/.bashrc
@@ -142,10 +142,12 @@ meteo() {
# Arch: display package to install for missing commands
[ -f '/usr/share/doc/pkgfile/command-not-found.bash' ] && . /usr/share/doc/pkgfile/command-not-found.bash
+. /usr/share/bash-completion/bash_completion
+
# Display git status in prompt
. ~/.bash-powerline.sh
-eval "$(direnv hook bash)"
+# eval "$(direnv hook bash)"
#export GITHUB_TOKEN=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
set -o vi