diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:11:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:11:49 +0100 |
commit | aa679e84bd35ea0ce4993bdaa6fad4df5599446f (patch) | |
tree | 015012dda478e3de5cd4f3f4b8ad468b15ad5de4 /bashrc | |
parent | 1e05fc929e07d002aad0eb0364e938e4f7207621 (diff) |
Adds stripe completion
Diffstat (limited to '')
-rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |