aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-31 17:46:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-31 17:46:22 +1200
commit78435cfa2d3c8c6662dc929d80fd6e5ea1179316 (patch)
treea93317ae7c8cfc26e161a6bb605d7b5b1dbd510c
parentSpeed up SVN prompt with only one call to svn info (diff)
downloaddotfiles-78435cfa2d3c8c6662dc929d80fd6e5ea1179316.tar.gz
dotfiles-78435cfa2d3c8c6662dc929d80fd6e5ea1179316.zip
Trailing whitespace fixes
-rw-r--r--bash/bashrc.d/prompt.bash2
-rw-r--r--vim/vimrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 160ea186..1be284a7 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -15,7 +15,7 @@ prompt() {
case "$1" in
# Turn complex coloured prompt on
- on)
+ on)
PROMPT_COMMAND='history -a'
PS1='\[\a\][\u@\h:\w]$(prompt return)$(prompt vcs)$(prompt jobs)\$'
PS1="${color}${PS1}${reset} "
diff --git a/vim/vimrc b/vim/vimrc
index 88e5dd2d..f1d88b3d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -153,7 +153,7 @@ nnoremap J mzJ`z
"
" Quick way to toggle flags in 'formatoptions' that I often want to change;
" specifically:
-"
+"
" a - Automatically format paragraphs, reapplying the wrap on every text
" insertion or deletion; sometimes I want this and sometimes I
" don't, it particularly varies when typing prose in Markdown that