diff --git a/README.md b/README.md index 2342f37..c0def5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# ZSH and Bash config files for personal use +# ZSH Bash and other config files for personal use +# File processing scripts to archive financial files from previous year ## TODO -- Add .vimrc -- Add to .vimrc command to map such that it can switch between paste and nopaste modes: -`set pastetoggle=` \ No newline at end of file +None \ No newline at end of file diff --git a/home_config/.vimrc b/home_config/.vimrc index eb8cc89..fb4b67c 100644 --- a/home_config/.vimrc +++ b/home_config/.vimrc @@ -6,4 +6,4 @@ set tabstop=4 set shiftwidth=4 " On pressing tab, insert 4 spaces set expandtab -set pastetoggle= \ No newline at end of file +set pastetoggle= #To switch between paste and nopaste modes \ No newline at end of file