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

396 commits

Author SHA1 Message Date
5c3dce9aa5 add another alias for curl 2021-10-20 20:58:58 +02:00
360c2d4992 kill vim9 comments with an after/ instead of an autogroup
it's more reliable.
2021-10-19 15:15:25 +02:00
fade7c76ea more superficial changes 2021-10-19 11:56:42 +02:00
48023d9b7b remove comment characters from joined comment lines 2021-10-19 09:11:31 +02:00
3fc9ed4355 detect shebangs for stdin as well 2021-10-19 09:11:13 +02:00
d13858e420 some superficial changes 2021-10-19 09:10:51 +02:00
62611cb854 update vim wildignores 2021-10-19 09:10:11 +02:00
49f3e1c634 update a comment 2021-10-18 21:46:25 -07:00
2569499233 add python highlighting from polyglot, pre-configured 2021-10-18 21:42:06 -07:00
e2521466aa fix this nonsense 2021-10-18 21:34:46 -07:00
2debcff660 hold focus of tmux windows when moving with binds
like firefox tabs
2021-10-18 17:50:01 -07:00
3220e10862 add an exec vim bind to tmux
this should help me avoid process-suspension hell.
2021-10-18 17:49:48 -07: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
447695ba19 add some notes to self 2021-10-14 14:10:18 -07:00
51f4d241b2 ignore backup and completion files in few places 2021-10-14 14:10:02 -07:00
444c34f98e rename has to have; has is now silent
i'm not sure why i was overengineering this function so much,
but the code i deleted might still come in handy someday.
2021-10-14 13:58:55 -07:00
9a168298c9 update bash $TERM checks 2021-10-14 00:08:47 -07:00
e0c3005f50 mark a couple more tools for renaming 2021-10-13 23:52:25 -07:00
129caebde2 fix bash not seeing anything in ~/sh on Linux hosts 2021-10-13 21:13:47 -07:00
ee1b2b752b sort some exports 2021-10-13 21:08:31 -07:00
2417352229 distinguish names from flags in has 2021-10-13 20:22:10 -07:00
e522d065bf support hyphens in command names passed to has 2021-10-13 19:58:52 -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
c0586e4442 rename an autocmd group 2021-10-09 09:07:40 -07:00
dc777c3c54 use / instead of _ for tmux substitute command
this wasn't working on ubuntu 18.04, so i had to change it.
honestly, i'm not entirely convinced that this will fix it.
2021-10-08 20:38: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
ba43bc0bf5 add and redo some vim binds 2021-10-07 12:30:41 -07:00
831fd91862 add autocmds for oldschool forth "screen" files 2021-10-07 12:30:00 -07:00
44af28ca58 add custom hashbang-handling autocmd for my own sanity 2021-10-07 12:29:19 -07:00
efd4ab0f0c lift some handy vim functions 2021-10-07 12:28:40 -07:00
26c2863dde move tmux stuff further up 2021-10-07 12:28:06 -07:00
9f3301aa95 superficial style tweak 2021-10-07 12:27:19 -07:00
f7c85ae9e5 add gdp command to diff a single commit 2021-10-07 12:26:41 -07:00
7befe5065a fix escape sequence for shift+del 2021-10-06 19:26:20 -07:00
6d1523035a add descriptions for picky/unused 2021-10-06 19:24:52 -07:00
8afc44fb74 add -c to less flags
so that output begins at the top of the terminal instead of just anywhere.
2021-10-05 18:12:25 -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
7e6e48f82d rename _REMOTE_ to EA_ 2021-10-01 04:13:49 -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
a9b8f311a3 check for lr instead of just guessing 2021-09-30 08:31:58 -07:00
1196225de8 rewrite 'has' function 2021-09-30 08:29:28 -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