1
0
Fork 0

Minor fixes

This commit is contained in:
J. Elfring 2023-04-03 20:57:25 +02:00
parent 140222d74b
commit a96a39a3cf
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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