aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bash_aliases
diff options
context:
space:
mode:
Diffstat (limited to '.bash_aliases')
-rw-r--r--.bash_aliases3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bash_aliases b/.bash_aliases
index e488a3f..5f054d6 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -22,6 +22,7 @@ alias commit='git commit'
22alias branch='git branch' 22alias branch='git branch'
23alias pull='git pull' 23alias pull='git pull'
24alias fetch='git fetch' 24alias fetch='git fetch'
25alias merge='git merge'
25 26
26# docker 27# docker
27alias dp='docker ps' 28alias dp='docker ps'
@@ -53,8 +54,6 @@ alias x='xdg-open'
53alias f='free -h' 54alias f='free -h'
54alias yl='youtube-dl' 55alias yl='youtube-dl'
55alias raw='echo "https://raw.githubusercontent.com"' 56alias raw='echo "https://raw.githubusercontent.com"'
56alias sshkey='curl $(raw)/typebrook/settings/master/blob/master/gcp | cat'
57alias sshgcp='curl $(raw)/typebrook/settings/master/blob/master/gcp > ./gcp'
58 57
59# tmp 58# tmp
60alias geo='cd ~/git/geoBingAnWeb' 59alias geo='cd ~/git/geoBingAnWeb'