mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Fix sound
This commit is contained in:
4
profile
4
profile
@@ -31,9 +31,9 @@ fi
|
||||
#fi
|
||||
|
||||
# Load my SSH Agent and Key
|
||||
if [ -n "$PS1" ] && [ -z "$SSH_TTY" ] && [ -t 1 ]; then
|
||||
if [ -n "$PS1" ]; then
|
||||
keychain ~/.ssh/bgrolleman_2024.ed25519
|
||||
source ~/.keychain/laura-sh
|
||||
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