diff options
author | typebrook <typebrook@gmail.com> | 2019-01-02 23:31:16 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-01-02 23:31:16 +0800 |
commit | dbdb762f6dff42fae4c2c4eedeb7c3c9b55cf68d (patch) | |
tree | d9d804e337a626708d4ad494ccf1918783fb469c | |
parent | ab46146812276af8d193e6c7626555e5309c803e (diff) |
update
-rw-r--r-- | .bash_aliases | 3 | ||||
-rw-r--r-- | .tigrc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.bash_aliases b/.bash_aliases index e1cf8d9..ec717bd 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
@@ -31,6 +31,8 @@ alias remote='git remote' | |||
31 | # docker | 31 | # docker |
32 | alias dp='docker ps' | 32 | alias dp='docker ps' |
33 | alias dpa='docker ps -a' | 33 | alias dpa='docker ps -a' |
34 | alias di='docker images' | ||
35 | alias dc='docker-compose run --rm' | ||
34 | 36 | ||
35 | # ssh | 37 | # ssh |
36 | alias keygen='ssh-keygen -t rsa -C "typebrook@gmail.com"' | 38 | alias keygen='ssh-keygen -t rsa -C "typebrook@gmail.com"' |
@@ -73,3 +75,4 @@ alias nl='PS1="$PS1\n"' | |||
73 | alias geo='cd ~/git/geoBingAnWeb' | 75 | alias geo='cd ~/git/geoBingAnWeb' |
74 | alias cdo='cd ~/git/openmaptiles' | 76 | alias cdo='cd ~/git/openmaptiles' |
75 | alias and='cd ~/git/geoBingAn.Android' | 77 | alias and='cd ~/git/geoBingAn.Android' |
78 | alias gdal='docker-compose run --rm gdal' | ||
@@ -4,5 +4,3 @@ bind status D !rm %(file) | |||
4 | bind refs d !?git branch -d %(branch) | 4 | bind refs d !?git branch -d %(branch) |
5 | bind main c !?git checkout %(commit) | 5 | bind main c !?git checkout %(commit) |
6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" |
7 | |||
8 | set main-view author:abbreviated | ||