diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-02-17 15:38:48 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-02-17 15:38:48 +0100 |
| commit | fe0415e0b2ec50c866c5d2f297bce112abf6d690 (patch) | |
| tree | 9d417b612d76ef15f2a4598e77206e7dc8652f84 /.bashrc | |
| parent | 5ce6dc90f8a078cfa46bdbba630ba07f0a167de6 (diff) | |
customize for slackware
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
