mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:19:02 -08:00
don't touch ~/.lol
so vim doesn't complain
This commit is contained in:
parent
e5c8fea542
commit
66fc590e90
2 changed files with 2 additions and 2 deletions
|
@ -48,4 +48,4 @@ preload=dummy
|
|||
unset preload
|
||||
|
||||
alias reload='cd; exec bash' ### @- **TODO:** respect initctl like in `.zshrc`.
|
||||
[ -e ~/.lol ] && . ~/.lol || touch ~/.lol
|
||||
[ ! -e ~/.lol ] || . ~/.lol
|
||||
|
|
|
@ -291,4 +291,4 @@ function {
|
|||
#compdef wat=which
|
||||
#. ~/.prezto-compinit
|
||||
|
||||
[ -e ~/.lol ] && . ~/.lol || touch ~/.lol
|
||||
[ ! -e ~/.lol ] || . ~/.lol
|
||||
|
|
Loading…
Reference in a new issue