From 04645b403e94b5454b719a72e768a7ddf7318213 Mon Sep 17 00:00:00 2001 From: typebrook Date: Sat, 27 Oct 2018 19:31:42 +0800 Subject: update --- .bash_aliases | 1 + gitconfig | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 gitconfig diff --git a/.bash_aliases b/.bash_aliases index 19643dc..e5b4aff 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -30,6 +30,7 @@ alias hg='history|grep' alias gc='git clone' alias co='curl -O' alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' +alias x='xdg-open' # tmp alias geo='cd ~/git/geoBingAnWeb' diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..edd6c82 --- /dev/null +++ b/gitconfig @@ -0,0 +1,5 @@ +[user] + email = typebrook@gmail.com + name = typebrook +[alias] + reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" -- cgit v1.2.3-70-g09d2