Compare commits
2 Commits
31a49da779
...
0a0186fe64
Author | SHA1 | Date | |
---|---|---|---|
0a0186fe64 | |||
ae94267b33 |
@ -48,6 +48,15 @@ alias vim='nvim'
|
|||||||
alias wake_circadian='ssh epoch wol a8:a1:59:11:06:f1'
|
alias wake_circadian='ssh epoch wol a8:a1:59:11:06:f1'
|
||||||
alias xrm='sudo xbps-remove'
|
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-add ~/.ssh/id_rsa
|
||||||
# SSH setup
|
# SSH setup
|
||||||
# I finally figured out how to export my id_rsa from GPG using
|
# I finally figured out how to export my id_rsa from GPG using
|
||||||
|
Loading…
Reference in New Issue
Block a user