Compare commits

..

2 Commits

Author SHA1 Message Date
0a0186fe64 Merge branch 'master' of ssh://git.beckmeyer.us:8101/TnSb/dotfiles 2024-10-28 08:53:32 -04:00
ae94267b33 add WSL aliases 2024-10-28 08:52:39 -04:00

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