summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-02-17 15:38:48 +0100
committerMarc Vertes <mvertes@free.fr>2023-02-17 15:38:48 +0100
commitfe0415e0b2ec50c866c5d2f297bce112abf6d690 (patch)
tree9d417b612d76ef15f2a4598e77206e7dc8652f84 /.bashrc
parent5ce6dc90f8a078cfa46bdbba630ba07f0a167de6 (diff)
customize for slackware
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