mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-13 01:02:42 +08:00
* Add bash prompt * remove curly braces * Change shell from ash to bash * Add inputrc for bash
7 lines
85 B
VimL
7 lines
85 B
VimL
syntax on
|
|
set autoindent
|
|
set expandtab
|
|
set number
|
|
set shiftwidth=2
|
|
set softtabstop=2
|