aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-01-03 14:11:55 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-01-03 14:11:55 +0530
commit586545b829523d085d1a24832b2acc3a8c02fe00 (patch)
treeb2e4250425433ba1e9b6bc7bb2cc299ae2dbf725
parentf3f8d6e45d662adfdf970ffaafb34f0ca638f4d6 (diff)
added alias to connect to phone with adb
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 7296b90e..8b8c7755 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -34,6 +34,7 @@ alias ls='exa -l'
alias la='exa -a'
alias lsa='exa -al'
alias nf='neofetch'
+alias adbc='adb connect 10.0.0.51:5555'
neofetch
exa