aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bash_aliases
diff options
context:
space:
mode:
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'