commit - 41556a9848d24a5ffd8d556de111fd6622267b09
commit + e8ec509e6151a0657c252eaf4acdfca57abbf266
blob - f75c9daefe2e999f80f6fb0168fb0394e0639047
blob + 220b858ce71f6ed4e33e66efe329b50e50a5a0ac
--- .profile
+++ .profile
esac
fi
-# FIDO2/SK keys need a GUI PIN prompt when signing through the agent
-export SSH_ASKPASS="$HOME/.local/bin/ssh-askpass"
-export SSH_ASKPASS_REQUIRE=force
-
-# macOS: tell launchd so GUI apps (KeePassXC) see the right socket
+# macOS: tell launchd so GUI apps (KeePassXC) see the right agent socket
if [ "$(uname -s)" = Darwin ]; then
launchctl setenv SSH_AUTH_SOCK "$SSH_AUTH_SOCK"
- launchctl setenv SSH_ASKPASS "$SSH_ASKPASS"
- launchctl setenv SSH_ASKPASS_REQUIRE "$SSH_ASKPASS_REQUIRE"
fi
unset _agent_sock _agent_pid _ssh_agent
blob - c554b2a324132c909665de04e70575023be91d60
blob + 3adb4cba4d1893c6160900baa3df68f8ee45d9b2
--- .tmux.conf
+++ .tmux.conf
set -g status-right-length 50
set -g status-left-length 20
+# for modern keybindings
+set -g extended-keys on
+set -g extended-keys-format csi-u
+
if-shell "test ~/.tmuxline.conf" "source ~/.tmuxline.conf"
# reload config inside tmux
bind r source-file ~/.tmux.conf