Add (terrible) custom handler for ssh

This commit is contained in:
David Aizenberg
2020-12-06 07:40:34 +04:00
parent 107af1417c
commit ca3b58b978
4 changed files with 42 additions and 12 deletions

View File

@@ -132,3 +132,6 @@ export PATH="$PATH:$HOME/.rvm/bin"
source /home/david/.config/broot/launcher/bash/br
alias repl="NODE_PATH=$(npm root -g) node"
# Scaleway CLI autocomplete initialization.
eval "$(scw autocomplete script shell=bash)"