about summary refs log tree commit diff
diff options
context:
space:
mode:
m---------X/.fonts/opencomicfont0
-rw-r--r--bash/.profile4
-rwxr-xr-xvim/.vim/vimrc2
3 files changed, 3 insertions, 3 deletions
diff --git a/X/.fonts/opencomicfont b/X/.fonts/opencomicfont
deleted file mode 160000
-Subproject 2648465342a217cc26a4b191670d3a3fe4a2355
diff --git a/bash/.profile b/bash/.profile
index 2802e32..e3da6c9 100644
--- a/bash/.profile
+++ b/bash/.profile
@@ -12,12 +12,12 @@
 if [ -n "$BASH_VERSION" ]; then
     # include .bashrc if it exists
     if [ -f "$HOME/.bashrc" ]; then
-	. "$HOME/.bashrc"
+        . "$HOME/.bashrc"
     fi
 fi
 
 # set PATH so it includes user's private bin if it exists
-if [ -d "$HOME/.local/bin" ] ; then
+if [ -d "$HOME/.local/bin" ]; then
     PATH="$HOME/.local/bin:$PATH"
 fi
 
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index b8068f3..d8f53c6 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -13,7 +13,7 @@ set showcmd
 set nostartofline
 set ruler
 set confirm
-set list listchars+=tab:\|\ 
+set list listchars+=space:ยท,tab:\ \ 
 set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set omnifunc=syntaxcomplete#Complete
 set dictionary=/usr/share/dict/words