summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-01-26 11:24:00 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-01-26 11:24:00 -0600
commit977cd5e7f0a40b1f76c3663edfddaf23fcb24c58 (patch)
tree370152678d6720f857ba6d21118f3ad7a3f4c943 /.config/shell/profile
parent953a226563cd31389ba0dc216f076876b5e26124 (diff)
chore: update nvim, add bash-completions
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index a30572c..1a2c1fe 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -25,6 +25,8 @@ export GOBIN="$HOME/.local/bin/go"
export GOPATH="$XDG_DATA_HOME/go"
export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
export PATH="$PATH:$GOBIN:$GOPATH/bin"
+# bash
+export BASH_COMPLETIONS="$XDG_DATA_HOME/bash-completion/completions"
# GPG
export GPG_TTY=$(tty)
# less