Add fancy bash prompt from orchestration workshop (#28)

* Add bash prompt

* remove curly braces

* Change shell from ash to bash

* Add inputrc for bash
This commit is contained in:
Vincent De Smet
2016-11-30 11:12:34 +08:00
committed by Marcos Nils
parent 6371ee665e
commit d3e20724e9
5 changed files with 101 additions and 4 deletions

6
.vimrc Normal file
View File

@@ -0,0 +1,6 @@
syntax on
set autoindent
set expandtab
set number
set shiftwidth=2
set softtabstop=2