1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00

Add vi alias to vim

This commit is contained in:
Marcos Lilljedahl 2017-01-10 20:06:18 -03:00
parent a025f69daa
commit d1d69e5ff0

View File

@ -1 +1,2 @@
export PS1='\e[1m\e[31m[\h] \e[32m($(docker-prompt)) \e[34m\u@$(hostname -i)\e[35m \w\e[0m\n$ '
alias vi='vim'