add WSL aliases

This commit is contained in:
Joel Beckmeyer 2024-10-28 08:52:39 -04:00
parent 3521c1b612
commit ae94267b33

View File

@ -49,6 +49,14 @@ 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)
if command -v keychain >/dev/null; then
alias keychain="keychain --nolock --absolute --dir $XDG_RUNTIME_DIR"