diff options
| author | typebrook <typebrook@gmail.com> | 2018-11-13 00:11:06 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-11-13 00:11:06 +0800 |
| commit | 8b6d5bc5e7c36be8636be831f9f35430968208c9 (patch) | |
| tree | ce9af102857f5c7f6dcddfa0f6ea07ffe9b4ddec /.bash_aliases | |
| parent | 555edc903a9ed2571db696c5d9903bc955f22c56 (diff) | |
update
Diffstat (limited to '.bash_aliases')
| -rw-r--r-- | .bash_aliases | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_aliases b/.bash_aliases index d84ce6e..60bf1d0 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
| @@ -51,7 +51,8 @@ alias x='xdg-open' | |||
| 51 | alias f='free -h' | 51 | alias f='free -h' |
| 52 | alias yl='youtube-dl' | 52 | alias yl='youtube-dl' |
| 53 | alias raw='echo "https://raw.githubusercontent.com"' | 53 | alias raw='echo "https://raw.githubusercontent.com"' |
| 54 | alias sshgcp='echo $(raw)/typebrook/settings/master/blob/master/.bash_aliases' | 54 | alias sshkey='curl $(raw)/typebrook/settings/master/blob/master/gcp | cat' |
| 55 | alias sshgcp='curl $(raw)/typebrook/settings/master/blob/master/gcp > ./gcp' | ||
| 55 | 56 | ||
| 56 | # tmp | 57 | # tmp |
| 57 | alias geo='cd ~/git/geoBingAnWeb' | 58 | alias geo='cd ~/git/geoBingAnWeb' |