-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathair_bash
More file actions
35 lines (31 loc) · 1.07 KB
/
air_bash
File metadata and controls
35 lines (31 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ALIAS CONFIG
# adb cmd
alias ainstall="adb install "
alias auninstall="adb uninstall "
# other
# alias reload_bash="source ~/.bash_profile"
alias werioasdjklrqewiosdjkfalfjadslkfjdslfasuioqewjfa="ls"
alias gst="git status "
alias gpull="git pull "
alias gpush="git push "
alias gadd="git add "
alias gck="git checkout "
alias gadd="git add "
alias gcommit="git commit "
alias gcommit="git commit "
alias gdiff="git diff "
alias greset="git reset "
alias rmr="rm -rf "
alias vi="vim +NERDTree "
alias tm="tmux"
alias pwdcopy="pwd | pbcopy"
alias o="open ."
alias brewproxy="http_proxy=http://proxy.tencent.com:8080 https_proxy=http://proxy.tencent.com:8080 brew "
alias ip='ifconfig | grep inet | grep -v inet6 | tail -n1 | awk "{print $2}"'
alias install="adb uninstall com.webank.mbank; adb install "
alias launch="adb shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n com.webank.mbank/.SplashActivity"
alias reload_bash="source ~/.bash_profile"
# OTHER NON-ALIAS CONFIG
# export PS1="\u@\h:\w$"
# export CLICOLOR=1
# export GREP_OPTIONS="--color=true"