1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-01 19:23:24 -07:00
Commit Graph

6 Commits

Author SHA1 Message Date
Connor Olding a2ae5a212d rename ~/.-shrc to ~/.shrc
the reason for the hyphen is that i was originally concerned
about random shells executing the file when i didn't want them to.
back then, i was only targetting zsh and bash, and therefore
`~/.-shrc` was not yet suitable for any other shells.
nowadays, `~/.-shrc` is has better shell compatibility,
and i'm not actually aware of any shells that would execute
`~/.shrc` by default -- `$ENV` is typically required to be set.
2021-10-29 15:44:31 +02:00
Connor Olding 6421c7049b add script to generate script compatibility tables 2021-09-22 18:42:07 -07:00
Connor Olding 4ed1d5f7ac fix executable permissions 2021-09-15 16:46:39 -07:00
Connor Olding 687f9adfa8 add option to use local files and ignore git 2021-08-01 07:08:57 -07:00
Connor Olding 6a57d0afdd fix backup function 2021-08-01 01:02:28 -07:00
Connor Olding 35a03b364f add regenerate script 2021-08-01 00:37:12 -07:00