summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-06 10:21:12 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-06 10:21:12 +0300
commite60f262317d6789ca59fde62448ef527215a4391 (patch)
tree7faa7be186fc694a0f1becb0456a419298b68ea2 /bashrc
parent7e9868b1c2791d1e71c0300781771a9586588654 (diff)
downloadliw-dot-files-e60f262317d6789ca59fde62448ef527215a4391.tar.gz
drop ssh-inscribe seetingses
Sponsored-by: author
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/bashrc b/bashrc
index b73a034..638466e 100644
--- a/bashrc
+++ b/bashrc
@@ -172,9 +172,6 @@ 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"
-export SSH_INSCRIBE_GENKEY_TYPE="ed25519"
-export SSH_INSCRIBE_SIGNING_OPTION=rsa-sha2-512
if [ -e "$HOME/tmp/cargo" ]; then
export CARGO_TARGET_DIR="$HOME/tmp/cargo"