mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Welcome to Ubuntu 25.04 and fixes
This commit is contained in:
8
profile
8
profile
@@ -29,3 +29,11 @@ fi
|
||||
#if [ -n "$PS1" ] && [ -z "$TMUX" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
||||
# tmux attach-session -t main || tmux new-session -s main
|
||||
#fi
|
||||
|
||||
# Load my SSH Agent and Key
|
||||
if [ -n "$PS1" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
||||
keychain ~/.ssh/bgrolleman_2024.ed25519
|
||||
source ~/.keychain/laura-sh
|
||||
fi
|
||||
|
||||
alias notes="tmux attach-session -t notes || tmux new-session -s notes 'nvim ~/Notes/Personal'"
|
||||
|
||||
Reference in New Issue
Block a user