summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-26 12:17:48 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-26 12:17:48 +0200
commit488b24a3b34be2dabf826bdb06fadcd29415bf80 (patch)
tree43d0d39df7c3adaef13fbc0a674c321166588e82 /bashrc
parent243d648fae5816fcca4fa533d0ea19caa3bc2b42 (diff)
downloadliw-dot-files-488b24a3b34be2dabf826bdb06fadcd29415bf80.tar.gz
bashrc: add sshi URL to environment
Sponsored-by: author
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 638466e..5d253f8 100644
--- a/bashrc
+++ b/bashrc
@@ -172,6 +172,7 @@ export ANSIBLE_ROLES_PATH="$HOME/pers/puomi/git/roles:$HOME/pers/debian-ansible/
export ANSIBLE_STDOUT_CALLBACK=yaml
export PYTHONDONTWRITEBYTECODE=1
export STARSHIP_CONFIG=~/.config/starship/config.toml
+export SSH_INSCRIBE_URL="https://sshi.services.upcloud.com"
if [ -e "$HOME/tmp/cargo" ]; then
export CARGO_TARGET_DIR="$HOME/tmp/cargo"