aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bash_aliases
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-11-13 00:11:06 +0800
committertypebrook <typebrook@gmail.com>2018-11-13 00:11:06 +0800
commit8b6d5bc5e7c36be8636be831f9f35430968208c9 (patch)
treece9af102857f5c7f6dcddfa0f6ea07ffe9b4ddec /.bash_aliases
parent555edc903a9ed2571db696c5d9903bc955f22c56 (diff)
update
Diffstat (limited to '.bash_aliases')
-rw-r--r--.bash_aliases3
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'
51alias f='free -h' 51alias f='free -h'
52alias yl='youtube-dl' 52alias yl='youtube-dl'
53alias raw='echo "https://raw.githubusercontent.com"' 53alias raw='echo "https://raw.githubusercontent.com"'
54alias sshgcp='echo $(raw)/typebrook/settings/master/blob/master/.bash_aliases' 54alias sshkey='curl $(raw)/typebrook/settings/master/blob/master/gcp | cat'
55alias sshgcp='curl $(raw)/typebrook/settings/master/blob/master/gcp > ./gcp'
55 56
56# tmp 57# tmp
57alias geo='cd ~/git/geoBingAnWeb' 58alias geo='cd ~/git/geoBingAnWeb'