This commit is contained in:
Daylin Morgan 2023-05-09 17:52:28 -05:00
parent c6caeb07e7
commit 48d5924e5e
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 1 additions and 1 deletions

View file

@ -7,3 +7,4 @@ if [ -z "$1" ]; then
else else
tmux new-session -s "$1" tmux new-session -s "$1"
fi fi

View file

@ -1,6 +1,5 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
gpgconf --launch gpg-agent gpgconf --launch gpg-agent