aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index a68fb5e..2db3419 100644
--- a/bashrc
+++ b/bashrc
@@ -17,6 +17,9 @@ HISTSIZE=20000
export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\[\033[00m\] '
+# stripe completion
+source ~/.stripe/stripe-completion.bash
+
# vi mode
#set -o vi