diff --git a/simpleDots/bash_prompt b/simpleDots/bash_prompt index fe475da..bc58ba4 100644 --- a/simpleDots/bash_prompt +++ b/simpleDots/bash_prompt @@ -104,9 +104,7 @@ else fi; # Set the terminal title to the current working directory. -PS1="\[\033]0;\w\007\]"; -PS1+="\[${bold}\]\n"; # newline -PS1+="\[${userStyle}\]\u"; # username +PS1="\[${userStyle}\]\u"; # username PS1+="\[${reset}\] at "; PS1+="\[${bold}\]"; PS1+="\[${hostStyle}\]\h"; # host diff --git a/simpleDots/vim/vimrc b/simpleDots/vim/vimrc index 9d7bc0c..bbaa050 100755 --- a/simpleDots/vim/vimrc +++ b/simpleDots/vim/vimrc @@ -168,7 +168,6 @@ au BufNewFile,BufRead *.txt setlocal noet ts=4 sw=4 sts=4 au BufNewFile,BufRead *.md setlocal noet ts=4 sw=4 sts=4 au BufNewFile,BufRead *.json setlocal et ts=2 sw=2 sts=2 au BufNewFile,BufRead *.go setlocal noet ts=4 sw=4 sts=4 -au BufNewFile,BufRead *.md setlocal et ts=4 sw=4 sts=4 au BufNewFile,BufRead *.lua setlocal noet ts=4 sw=4 sts=4 au BufNewFile,BufRead *.py setlocal et ts=4 sw=4 sts=4 au BufNewFile,BufRead *.yml,*.yaml setlocal et ts=2 sw=2 sts=2