convert adb wrapper script to alias

This commit is contained in:
Joel Beckmeyer 2023-08-07 11:30:23 -04:00
parent 331af7f488
commit b339a8e9db
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
HOME="$XDG_DATA_HOME"/android /usr/bin/adb "$@"

View File

@ -38,6 +38,7 @@ zstyle ':vcs_info:*' formats ' %F{green}%b'
PROMPT='%F{yellow}%n@%m %F{white}%1~%(?.. %?) $ '
RPROMPT='%f$vcs_info_msg_0_ '
alias adb='HOME="$XDG_DATA_HOME"/android adb'
alias bt='bluetoothctl'
alias c='clear'
alias daybreak='mosh daybreak -p 60101'