Compare commits

..

2 Commits

View File

@ -48,6 +48,15 @@ alias vim='nvim'
alias wake_circadian='ssh epoch wol a8:a1:59:11:06:f1'
alias xrm='sudo xbps-remove'
if [[ -n "$WSL_DISTRO_NAME" ]]; then
alias adb='adb.exe'
alias fastboot='fastboot.exe'
alias choco='choco.exe'
alias gsudo='gsudo.exe'
alias pwsh='pwsh.exe'
fi
# GPG setup (and SSH)
ssh-add ~/.ssh/id_rsa
# SSH setup
# I finally figured out how to export my id_rsa from GPG using