Remove APT support since some packages would break it; Fixed ssh keyring

This commit is contained in:
2025-08-05 22:36:12 +01:00
parent 8d3d4a2eb7
commit 6b53dc0384
2 changed files with 12 additions and 12 deletions

View File

@@ -39,4 +39,7 @@ if ! shopt -oq posix; then
fi
fi
# Set SSH_AUTH_SOCK to use gnome-keyring via GCR
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
export PATH=$PATH:$HOME/.local/bin