aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-12 09:11:49 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-12 09:11:49 +0100
commitaa679e84bd35ea0ce4993bdaa6fad4df5599446f (patch)
tree015012dda478e3de5cd4f3f4b8ad468b15ad5de4 /bashrc
parent1e05fc929e07d002aad0eb0364e938e4f7207621 (diff)
Adds stripe completion
Diffstat (limited to '')
-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