1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-21 11:13:22 -07:00
Commit Graph

9 Commits

Author SHA1 Message Date
Connor Olding 021aa8c0ba rewrite ADDPATH to handle more stuff 2022-10-09 14:52:44 -07:00
Connor Olding 6e5c315427 make join2 and unwrap their own scripts 2022-09-30 16:34:35 -07:00
Connor Olding 4e1ed7d0d8 check for Actually Portable lr.com as a fallback 2022-09-01 18:28:56 -07:00
Connor Olding 1d0667c52b make grop its own shell script 2022-09-01 18:28:14 -07:00
Connor Olding 8c218457e8 add an esoteric function to rotate PATHs 2022-08-29 22:08:21 -07:00
Connor Olding 7a769e3853 add grop alias for grep -oP 2022-08-29 22:04:24 -07:00
Connor Olding a5fb64d762 remove ancient db alias and known_hosts exclusion 2022-04-12 03:29:33 -07:00
Connor Olding 69a23ab128 fix lack of sorting in unused alias 2022-01-08 21:15:26 -08: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