From 2b044caf53d471b28bea0043ba998808936d0a7d Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 2 Oct 2018 20:32:26 +0800 Subject: update --- .bash_aliases | 1 + .vimrc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index d6ec33b..0dc4fab 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -25,3 +25,4 @@ alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' # tmp alias geo='cd ~/git/geoBingAnWeb' alias cdo='cd ~/git/openmaptiles' +alias and='cd ~/git/geoBingAn.Android' diff --git a/.vimrc b/.vimrc index f64633b..89d0851 100644 --- a/.vimrc +++ b/.vimrc @@ -16,6 +16,10 @@ Plugin 'VundleVim/Vundle.vim' " Keep Plugin commands between vundle#begin/end. " plugin on GitHub repo Plugin 'tpope/vim-fugitive' +Plugin 'tpope/vim-surround' +Plugin 'tpope/vim-sensible' +Plugin 'vim-airline/vim-airline' +Plugin 'vim-airline/vim-airline-themes' " All of your Plugins must be added before the following line call vundle#end() " required -- cgit v1.2.3-70-g09d2