From a96a39a3cfce100b9957f68d2fda67b1f5798d55 Mon Sep 17 00:00:00 2001 From: "J. Elfring" Date: Mon, 3 Apr 2023 20:57:25 +0200 Subject: [PATCH] Minor fixes --- simpleDots/bash_prompt | 4 +--- simpleDots/vim/vimrc | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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