aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.bash_aliases1
-rw-r--r--.vimrc4
2 files changed, 5 insertions, 0 deletions
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'
25# tmp 25# tmp
26alias geo='cd ~/git/geoBingAnWeb' 26alias geo='cd ~/git/geoBingAnWeb'
27alias cdo='cd ~/git/openmaptiles' 27alias cdo='cd ~/git/openmaptiles'
28alias 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'
16" Keep Plugin commands between vundle#begin/end. 16" Keep Plugin commands between vundle#begin/end.
17" plugin on GitHub repo 17" plugin on GitHub repo
18Plugin 'tpope/vim-fugitive' 18Plugin 'tpope/vim-fugitive'
19Plugin 'tpope/vim-surround'
20Plugin 'tpope/vim-sensible'
21Plugin 'vim-airline/vim-airline'
22Plugin 'vim-airline/vim-airline-themes'
19 23
20" All of your Plugins must be added before the following line 24" All of your Plugins must be added before the following line
21call vundle#end() " required 25call vundle#end() " required