From dbdb762f6dff42fae4c2c4eedeb7c3c9b55cf68d Mon Sep 17 00:00:00 2001 From: typebrook Date: Wed, 2 Jan 2019 15:31:16 +0000 Subject: update --- .bash_aliases | 3 +++ .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' # docker alias dp='docker ps' alias dpa='docker ps -a' +alias di='docker images' +alias dc='docker-compose run --rm' # ssh alias keygen='ssh-keygen -t rsa -C "typebrook@gmail.com"' @@ -73,3 +75,4 @@ alias nl='PS1="$PS1\n"' alias geo='cd ~/git/geoBingAnWeb' alias cdo='cd ~/git/openmaptiles' alias and='cd ~/git/geoBingAn.Android' +alias gdal='docker-compose run --rm gdal' diff --git a/.tigrc b/.tigrc index 5ed9a53..edeba59 100644 --- a/.tigrc +++ b/.tigrc @@ -4,5 +4,3 @@ bind status D !rm %(file) bind refs d !?git branch -d %(branch) bind main c !?git checkout %(commit) bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" - -set main-view author:abbreviated -- cgit v1.2.3-70-g09d2