Merge branch 'master' of ssh://gitlab.tlcnet.info:227/tracey/shell-scripts

This commit is contained in:
Tracey Clark 2018-09-15 14:58:20 -05:00
commit 79fb84855c
3 changed files with 12 additions and 5 deletions

View file

@ -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 <F3> such that it can switch between paste and nopaste modes:
`set pastetoggle=<F3>`
None

View file

@ -6,4 +6,4 @@ set tabstop=4
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
set pastetoggle=<F3>
set pastetoggle=<F3> #To switch between paste and nopaste modes

8
home_zsh/README.md Normal file
View file

@ -0,0 +1,8 @@
# zsh setup
Copy the zpreztorc here:
```zsh
ll ~/.zpreztorc
lrwxrwxrwx 1 tracey tracey 39 May 20 12:01 /home/tracey/.zpreztorc -> /home/tracey/.zprezto/runcoms/zpreztorc
```