mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Specifies signing key in git config, updates tmux-sessionator email option to also open iCloud email.
This commit is contained in:
1
env/.config/git/config
vendored
1
env/.config/git/config
vendored
@@ -8,6 +8,7 @@
|
||||
[user]
|
||||
name = Michael Housh
|
||||
email = michael@mhoush.com
|
||||
signingkey = 0x90D3EB6274D5B7CF
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
2
env/.local/scripts/tmux-sessionator
vendored
2
env/.local/scripts/tmux-sessionator
vendored
@@ -55,7 +55,9 @@ function create_session() {
|
||||
function create_email_session() {
|
||||
tmux new-session -ds email -n work neomutt
|
||||
tmux new-window -t email -d -n personal neomutt
|
||||
tmux new-window -t email -d -n iCloud neomutt
|
||||
tmux send-keys -t email.1 'i2'
|
||||
tmux send-keys -t email.3 'i3'
|
||||
}
|
||||
|
||||
############################## MAIN ##############################
|
||||
|
||||
Reference in New Issue
Block a user