This commit is contained in:
2026-05-14 11:50:25 +02:00
parent 936681678e
commit 7bc3cfbfd6
6 changed files with 51 additions and 163 deletions

View File

@@ -117,9 +117,9 @@ fi
## Modified by me
### Start tmux if not already in a session
if [[ -z "$TMUX" ]]; then
tmux attach || tmux new
fi
# if [[ -z "$TMUX" ]]; then
# tmux attach || tmux new
# fi
### GPG and SSH agent configurations for yubikey
# This is now disabled since i use bw
#export GPG_TTY="$(tty)"