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

100 Commits

Author SHA1 Message Date
Connor Olding cb705df268 use cursed code style 2022-09-30 17:17:20 -07:00
Connor Olding 11aca3f544 don't use tmux on spectre at all 2022-04-12 04:15:15 -07:00
Connor Olding dd1bb981fb don't run tmux from alacritty (for now) 2022-01-08 21:20:07 -08:00
Connor Olding 803a77d27b add WHEE global alias for C++ flags 2021-12-02 13:06:05 -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
Connor Olding cf51cc62b0 add ~/.prep to do tasks like /etc/profile 2021-10-29 15:04:47 +02:00
Connor Olding 0fe48b0526 superficial indentation change 2021-10-29 12:24:44 +02:00
Connor Olding cb7428f4cd allow tmux in terminals that don't use pseudo-ttys 2021-10-29 12:23:07 +02:00
Connor Olding 13149ff607 fix fzy check for real this time 2021-10-21 17:01:23 +02:00
Connor Olding b04c717608 fix detecting fzy in dirview 2021-10-18 17:45:46 -07:00
Connor Olding 66fc590e90 don't touch ~/.lol so vim doesn't complain 2021-10-18 17:34:10 -07:00
Connor Olding fdcae6182f allow executables in ~/sh to begin with hyphens 2021-10-13 19:58:35 -07:00
Connor Olding 716d74ade2 prefer yt-dlp over youtube-dl and work around throttling 2021-10-12 20:25:03 -07:00
Connor Olding fe7dff6403 ignore backup files when sourcing from zsh 2021-10-12 20:23:16 -07:00
Connor Olding fd8b6d55ee move some compinit-related comments 2021-10-07 12:31:39 -07:00
Connor Olding 75b41b6f78 setopt to remove duplicates from histfile 2021-10-07 12:31:06 -07:00
Connor Olding 7befe5065a fix escape sequence for shift+del 2021-10-06 19:26:20 -07:00
Connor Olding fa91b04bdd experiment with not using compinit 2021-10-01 06:04:30 -07:00
Connor Olding 223f3a329c update LS_COLORS 2021-10-01 06:03:57 -07:00
Connor Olding 4f915fc802 misc cleanup 2021-09-30 08:47:00 -07:00
Connor Olding 5382da0605 always use local var= instead of local var
blame zsh
2021-09-30 08:43:40 -07:00
Connor Olding 1bd6f41be5 make this a proper switch-case 2021-09-27 19:22:10 -07:00
Connor Olding d87a81e147 make this a proper local variable 2021-09-27 19:20:06 -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 6af14909fb superficial tweaks 2021-09-25 00:33:25 -07:00
Connor Olding 30ae57a1e0 enable hist_reduce_blanks 2021-09-23 06:49:54 -07:00
Connor Olding 75887e610d add some overdue binds and fix dummy binds 2021-09-22 20:12:28 -07:00
Connor Olding 0517d9b6a1 start using site-local stuff (called "lol" for now) 2021-09-15 22:43:45 -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 db0b029d0f don't cut sha1 file 2021-08-01 01:37:59 -07:00
Connor Olding 74ec57f2fa use fancier document syntax here 2021-07-30 18:14:05 -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 5eaf74401e overhaul 2021-07-29 00:37:35 -07:00
Connor Olding 4adbbb0e27 a bunch of minor stuff before i start refactoring 2021-07-22 00:30:05 +02:00
Connor Olding d561fe4ffb add function keyword to shut up zsh 2021-07-04 14:13:18 +02:00
Connor Olding 6ead9babd3 move noglob/nocorrect to the bottom to fix issues 2021-07-04 14:08:52 +02:00
Connor Olding 2e0e1db709 add broken binds to zshrc (commented out) 2021-01-13 01:40:03 +01:00
Connor Olding 265cdde25b update noglob list 2021-01-13 01:39:41 +01:00
Connor Olding 52cb405534 update LS_COLORS 2020-11-05 17:34:56 +01:00
Connor Olding 880ac92f05 split LS_COLORS into its own file 2020-11-05 17:34:48 +01:00
Connor Olding 0382553f3b update LS_COLORS 2020-07-24 11:43:51 +02:00
Connor Olding 9c3629951b disable fasd
i forgot it was enabled and it slows down prompts quite a bit
2020-07-24 11:43:34 +02:00
Connor Olding 2509e818c0 attempt to fix arrow keys, etc. once more 2020-06-25 08:16:54 -07:00
Connor Olding 9071e4b37d add sum function 2019-12-27 16:00:29 -08:00
Connor Olding bbd06ac340 many tmux tweaks 2019-06-13 03:48:02 -07:00