Update 20160722

This commit is contained in:
Nguyễn Gia Phong 2016-07-22 10:20:47 +07:00
parent a530bccffd
commit 374ecacd08
3 changed files with 3 additions and 4 deletions

@ -1 +0,0 @@
Subproject commit 2648465342a217cc26a4b191670d3a3fe4a23556

View file

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

View file

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