This commit is contained in:
MorganGeek
2020-06-21 12:38:50 +02:00
parent 20a3ab902d
commit 0fceab1771
5 changed files with 32 additions and 9 deletions

View File

@ -4,7 +4,7 @@ export PATH="$PATH:$HOME/.rvm/bin"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias proxy='ssh -D 8000 -N $(whoami)@management.collibra.com -i ~/.ssh/id_ed25519'
export JETBRAINS_LICENSE_SERVER=https://licenseserver.collibra.com
export PATH="$HOME/.cargo/bin:$PATH"