1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-09 14:43:23 -07:00
Commit Graph

27 Commits

Author SHA1 Message Date
Connor Olding cb705df268 use cursed code style 2022-09-30 17:17:20 -07:00
Connor Olding 438e2db20b refine bashrc 2022-09-30 16:47:21 -07:00
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 cf51cc62b0 add ~/.prep to do tasks like /etc/profile 2021-10-29 15:04:47 +02:00
Connor Olding 66fc590e90 don't touch ~/.lol so vim doesn't complain 2021-10-18 17:34:10 -07:00
Connor Olding 51f4d241b2 ignore backup and completion files in few places 2021-10-14 14:10:02 -07:00
Connor Olding 9a168298c9 update bash $TERM checks 2021-10-14 00:08:47 -07:00
Connor Olding 129caebde2 fix bash not seeing anything in ~/sh on Linux hosts 2021-10-13 21:13:47 -07:00
Connor Olding fdcae6182f allow executables in ~/sh to begin with hyphens 2021-10-13 19:58:35 -07:00
Connor Olding 9f3301aa95 superficial style tweak 2021-10-07 12:27:19 -07:00
Connor Olding ad6df3012f prepend nocorrect/noglob to existing alises 2021-09-25 19:09:30 -07:00
Connor Olding ee14017d06 give -shrc some much-needed lovin'
also source ~/.lol from bashrc
2021-09-25 04:09:34 -07:00
Connor Olding a00a4a057f add some much-needed comments about .sh 2021-09-10 09:26:32 -07:00
Connor Olding 7ae8c5681d overhaul script sourcing and dependency system 2021-08-02 13:48:46 -07:00
Connor Olding fd83d41ab2 add and restore some docstrings 2021-07-30 17:58:07 -07:00
Connor Olding 56a5724160 use in-place arithmetic where applicable 2021-07-29 10:40:15 -07:00
Connor Olding aaa15067b8 remove trace comments from rc files 2021-07-29 07:42:50 -07:00
Connor Olding 7e5b09b6c7 remove debug echoes from rc files 2021-07-29 07:39:19 -07:00
Connor Olding 1c562ad0f9 automatically source compatible scripts in bash 2021-07-29 07:26:45 -07:00
Connor Olding 5eaf74401e overhaul 2021-07-29 00:37:35 -07:00
Connor Olding d35c492850 NixOS compatibility
* use /usr/bin/env for all hashbangs
* enable hashall for bash
* workaround syntax error in -shrc for bash
2020-12-29 18:04:04 +01:00
Connor Olding c23e900a90 clean up compiler and loop stuff 2016-12-09 17:19:28 -08:00
Connor Olding 48d7bb9f1d add pseudo-softlinks for msys2 and stuff 2016-11-01 15:24:27 -07:00
Connor Olding d46b0100f6 rename shrc.zsh to .-shrc 2014-03-14 17:05:30 -07:00
Connor Olding 427f565811 whatever 2013-11-15 13:48:43 -08:00
Connor Olding 595f5209c4 little fixes 2013-10-21 01:36:41 -07:00
Connor Olding 46626312e7 move ~ files to home/ 2013-07-05 11:07:46 -07:00