From fe0415e0b2ec50c866c5d2f297bce112abf6d690 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 17 Feb 2023 15:38:48 +0100 Subject: customize for slackware --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.bashrc') 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 -- cgit v1.2.3