1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 08:19:03 -08:00
Commit graph

108 commits

Author SHA1 Message Date
6b945219e1 add global alias to SWAP stdout and stderr 2024-06-17 20:58:22 -07:00
e4120c283e add keybind to join all lines in command 2024-06-17 20:57:25 -07:00
31afd5e358 overengineer zsh and bash prompts 2024-04-02 22:35:43 -07:00
91c207d5bb allow 0x0.st as an alias for oxo 2024-03-21 06:27:34 -07:00
f250fffdea allow # comments in interactive shells 2024-02-28 09:32:25 -08:00
1b0ac32463 superficial tweaks, and also remove tw since twitch is broken 2024-02-24 08:20:27 -08:00
48ef5d6f0c add ytdl to noglob list 2024-02-23 22:30:21 -08:00
87f2774fae disable expansion of ! characters 2024-02-23 22:29:55 -08:00
cb705df268 use cursed code style 2022-09-30 17:17:20 -07:00
11aca3f544 don't use tmux on spectre at all 2022-04-12 04:15:15 -07:00
dd1bb981fb don't run tmux from alacritty (for now) 2022-01-08 21:20:07 -08:00
803a77d27b add WHEE global alias for C++ flags 2021-12-02 13:06:05 -08:00
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
cf51cc62b0 add ~/.prep to do tasks like /etc/profile 2021-10-29 15:04:47 +02:00
0fe48b0526 superficial indentation change 2021-10-29 12:24:44 +02:00
cb7428f4cd allow tmux in terminals that don't use pseudo-ttys 2021-10-29 12:23:07 +02:00
13149ff607 fix fzy check for real this time 2021-10-21 17:01:23 +02:00
b04c717608 fix detecting fzy in dirview 2021-10-18 17:45:46 -07:00
66fc590e90 don't touch ~/.lol so vim doesn't complain 2021-10-18 17:34:10 -07:00
fdcae6182f allow executables in ~/sh to begin with hyphens 2021-10-13 19:58:35 -07:00
716d74ade2 prefer yt-dlp over youtube-dl and work around throttling 2021-10-12 20:25:03 -07:00
fe7dff6403 ignore backup files when sourcing from zsh 2021-10-12 20:23:16 -07:00
fd8b6d55ee move some compinit-related comments 2021-10-07 12:31:39 -07:00
75b41b6f78 setopt to remove duplicates from histfile 2021-10-07 12:31:06 -07:00
7befe5065a fix escape sequence for shift+del 2021-10-06 19:26:20 -07:00
fa91b04bdd experiment with not using compinit 2021-10-01 06:04:30 -07:00
223f3a329c update LS_COLORS 2021-10-01 06:03:57 -07:00
4f915fc802 misc cleanup 2021-09-30 08:47:00 -07:00
5382da0605 always use local var= instead of local var
blame zsh
2021-09-30 08:43:40 -07:00
1bd6f41be5 make this a proper switch-case 2021-09-27 19:22:10 -07:00
d87a81e147 make this a proper local variable 2021-09-27 19:20:06 -07:00
ad6df3012f prepend nocorrect/noglob to existing alises 2021-09-25 19:09:30 -07:00
ee14017d06 give -shrc some much-needed lovin'
also source ~/.lol from bashrc
2021-09-25 04:09:34 -07:00
6af14909fb superficial tweaks 2021-09-25 00:33:25 -07:00
30ae57a1e0 enable hist_reduce_blanks 2021-09-23 06:49:54 -07:00
75887e610d add some overdue binds and fix dummy binds 2021-09-22 20:12:28 -07:00
0517d9b6a1 start using site-local stuff (called "lol" for now) 2021-09-15 22:43:45 -07:00
a00a4a057f add some much-needed comments about .sh 2021-09-10 09:26:32 -07:00
7ae8c5681d overhaul script sourcing and dependency system 2021-08-02 13:48:46 -07:00
db0b029d0f don't cut sha1 file 2021-08-01 01:37:59 -07:00
74ec57f2fa use fancier document syntax here 2021-07-30 18:14:05 -07:00
fd83d41ab2 add and restore some docstrings 2021-07-30 17:58:07 -07:00
56a5724160 use in-place arithmetic where applicable 2021-07-29 10:40:15 -07:00
aaa15067b8 remove trace comments from rc files 2021-07-29 07:42:50 -07:00
7e5b09b6c7 remove debug echoes from rc files 2021-07-29 07:39:19 -07:00
5eaf74401e overhaul 2021-07-29 00:37:35 -07:00
4adbbb0e27 a bunch of minor stuff before i start refactoring 2021-07-22 00:30:05 +02:00
d561fe4ffb add function keyword to shut up zsh 2021-07-04 14:13:18 +02:00
6ead9babd3 move noglob/nocorrect to the bottom to fix issues 2021-07-04 14:08:52 +02:00
2e0e1db709 add broken binds to zshrc (commented out) 2021-01-13 01:40:03 +01:00