1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 01:02:42 +08:00
docker-labs/.vimrc
Vincent De Smet d3e20724e9 Add fancy bash prompt from orchestration workshop (#28)
* Add bash prompt

* remove curly braces

* Change shell from ash to bash

* Add inputrc for bash
2016-11-30 05:12:34 +02:00

7 lines
85 B
VimL

syntax on
set autoindent
set expandtab
set number
set shiftwidth=2
set softtabstop=2