diff options
Diffstat (limited to '.bash_aliases')
-rw-r--r-- | .bash_aliases | 3 |
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' | |||
22 | alias branch='git branch' | 22 | alias branch='git branch' |
23 | alias pull='git pull' | 23 | alias pull='git pull' |
24 | alias fetch='git fetch' | 24 | alias fetch='git fetch' |
25 | alias merge='git merge' | ||
25 | 26 | ||
26 | # docker | 27 | # docker |
27 | alias dp='docker ps' | 28 | alias dp='docker ps' |
@@ -53,8 +54,6 @@ alias x='xdg-open' | |||
53 | alias f='free -h' | 54 | alias f='free -h' |
54 | alias yl='youtube-dl' | 55 | alias yl='youtube-dl' |
55 | alias raw='echo "https://raw.githubusercontent.com"' | 56 | alias raw='echo "https://raw.githubusercontent.com"' |
56 | alias sshkey='curl $(raw)/typebrook/settings/master/blob/master/gcp | cat' | ||
57 | alias sshgcp='curl $(raw)/typebrook/settings/master/blob/master/gcp > ./gcp' | ||
58 | 57 | ||
59 | # tmp | 58 | # tmp |
60 | alias geo='cd ~/git/geoBingAnWeb' | 59 | alias geo='cd ~/git/geoBingAnWeb' |