diff options
author | typebrook <typebrook@gmail.com> | 2018-10-02 20:32:26 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-10-02 20:32:26 +0800 |
commit | 2b044caf53d471b28bea0043ba998808936d0a7d (patch) | |
tree | bac5b7866ff7440cc6cc778e2a8ae97ccaedfaa7 | |
parent | 88fe7f230667bce5c63198c2224c923693a8a3b9 (diff) |
update
-rw-r--r-- | .bash_aliases | 1 | ||||
-rw-r--r-- | .vimrc | 4 |
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 |
26 | alias geo='cd ~/git/geoBingAnWeb' | 26 | alias geo='cd ~/git/geoBingAnWeb' |
27 | alias cdo='cd ~/git/openmaptiles' | 27 | alias cdo='cd ~/git/openmaptiles' |
28 | alias and='cd ~/git/geoBingAn.Android' | ||
@@ -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 |
18 | Plugin 'tpope/vim-fugitive' | 18 | Plugin 'tpope/vim-fugitive' |
19 | Plugin 'tpope/vim-surround' | ||
20 | Plugin 'tpope/vim-sensible' | ||
21 | Plugin 'vim-airline/vim-airline' | ||
22 | Plugin '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 |
21 | call vundle#end() " required | 25 | call vundle#end() " required |