Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 208:78b05f62ebbc
Update TOhtml alias
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Tue, 05 Jan 2021 15:35:18 -0500 |
parents | 7fc7d82cce6d |
children | 25e7a79f5ba0 |
comparison
equal
deleted
inserted
replaced
207:7fc7d82cce6d | 208:78b05f62ebbc |
---|---|
203 continue | 203 continue |
204 fi | 204 fi |
205 | 205 |
206 # Files to ignore from the list | 206 # Files to ignore from the list |
207 case $F in | 207 case $F in |
208 .vim/plugin/gnupg.vim | \ | 208 .vim/ftdetect/puppet.vim | \ |
209 .vim/syntax/syslog.vim| \ | 209 .vim/ftplugin/puppet.vim | \ |
210 .vim/syntax/yum.vim \ | 210 .vim/indent/puppet.vim | \ |
211 .vim/plugin/gnupg.vim | \ | |
212 .vim/syntax/puppet.vim | \ | |
213 .vim/syntax/syslog.vim | \ | |
214 .vim/syntax/yum.vim \ | |
211 ) | 215 ) |
212 continue | 216 continue |
213 ;; | 217 ;; |
214 *) | 218 *) |
215 ;; | 219 ;; |