Update 2024-02-16 10:09 Darwin/arm64-GH2T6W9K6H

This commit is contained in:
c0dev0id 2024-02-16 10:09:12 +01:00
parent a7b98442f7
commit 0ee5a751a1
1 changed files with 4 additions and 0 deletions

4
.kshrc
View File

@ -118,6 +118,10 @@ alias tuta="tut -u 'sh@bsd.network uugrn@chaos.social'"
alias x="ssh -t sdk@home.codevoid.de tmux -u at \|\| tmux"
alias l="ssh -t d034266@ld5587 tmux -u at \|\| tmux"
alias inssh="ssh -o HostKeyAlgorithms=+ssh-rsa \
-o KexAlgorithms=+diffie-hellman-group1-sha1 \
-o Ciphers=+aes256-cbc"
myps() { ps -fU $(whoami); }
mytop() { top -u $(whoami); }