aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 621fd21..e70c824 100644
--- a/bashrc
+++ b/bashrc
@@ -4,6 +4,11 @@ complete -cf sudo man which
# reduce history size
export HISTCONTROL=ignoreboth
+# completions
+if [ -f /usr/share/bash-completion/completions/pass ]; then
+ . /usr/share/bash-completion/completions/pass
+fi
+
# export PS1='bash-\v-\u@\h \W\$ '
export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] '