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

755 Commits

Author SHA1 Message Date
Connor Olding 108502a87e ignore .bak files 2021-10-14 14:17:58 -07:00
Connor Olding 6d2ee811d2 regenerate readme 2021-10-14 14:10:43 -07:00
Connor Olding 447695ba19 add some notes to self 2021-10-14 14:10:18 -07:00
Connor Olding fb6e128a55 add some excessive youtube-dl checks
what a mess
2021-10-14 14:10:18 -07:00
Connor Olding 51f4d241b2 ignore backup and completion files in few places 2021-10-14 14:10:02 -07:00
Connor Olding 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
Connor Olding 45501f7e73 document and attribute *archive utilities 2021-10-14 13:54:41 -07:00
Connor Olding 291f3a317f regenerate readme 2021-10-14 00:08:55 -07:00
Connor Olding 9a168298c9 update bash $TERM checks 2021-10-14 00:08:47 -07:00
Connor Olding e0c3005f50 mark a couple more tools for renaming 2021-10-13 23:52:25 -07:00
Connor Olding fedb4764a5 regenerate readme 2021-10-13 23:09:57 -07:00
Connor Olding 45d888d866 change argc interface (now $# comes first instead of $@) 2021-10-13 23:06:55 -07:00
Connor Olding e6e0283c20 don't return nonzero in morecolors 2021-10-13 21:22:56 -07:00
Connor Olding 590b5618b2 fix executable permissions 2021-10-13 21:21:39 -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 ee1b2b752b sort some exports 2021-10-13 21:08:31 -07:00
Connor Olding bc18824a0d regenerate readme 2021-10-13 20:53:38 -07:00
Connor Olding 3d11a57c4c remove docs for ytg functions (for now?) 2021-10-13 20:53:10 -07:00
Connor Olding 899684f3ce properly ignore --ytdl-format and warn about it 2021-10-13 20:42:04 -07:00
Connor Olding 2417352229 distinguish names from flags in has 2021-10-13 20:22:10 -07:00
Connor Olding e522d065bf support hyphens in command names passed to has 2021-10-13 19:58:52 -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 b2b6b9fa30 fix handling of root directory 2021-10-11 19:53:46 -07:00
Connor Olding 06647c9d66 more work on fixing up e 2021-10-11 19:48:31 -07:00
Connor Olding c2c2b7db5f regenerate readme 2021-10-11 15:13:18 -07:00
Connor Olding d2c686123e rewrite e, fixing bugs and improving compatibility
this also adds a `running` command that isn't quite finished.
2021-10-11 15:12:59 -07:00
Connor Olding 99fa691e1b exit early if dd fails 2021-10-09 09:08:28 -07:00
Connor Olding c0586e4442 rename an autocmd group 2021-10-09 09:07:40 -07:00
Connor Olding 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
Connor Olding cdd044cb0b accelerate decently with ls sorting and ignore more stuff 2021-10-08 14:31:20 -07:00
Connor Olding f0fedca16f detect size with stty size instead of tput 2021-10-07 13:17:26 -07:00
Connor Olding 38cd399bcf fix handling of directory names starting with a hyphen 2021-10-07 13:05:39 -07:00
Connor Olding 8e551a54c3 regenerate readme 2021-10-07 12:37:18 -07:00
Connor Olding aa1686cf10 only refresh screen as necessary, and omit (non-parent) merged commits 2021-10-07 12:32:32 -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 ba43bc0bf5 add and redo some vim binds 2021-10-07 12:30:41 -07:00
Connor Olding 831fd91862 add autocmds for oldschool forth "screen" files 2021-10-07 12:30:00 -07:00
Connor Olding 44af28ca58 add custom hashbang-handling autocmd for my own sanity 2021-10-07 12:29:19 -07:00
Connor Olding efd4ab0f0c lift some handy vim functions 2021-10-07 12:28:40 -07:00
Connor Olding 26c2863dde move tmux stuff further up 2021-10-07 12:28:06 -07:00
Connor Olding 9f3301aa95 superficial style tweak 2021-10-07 12:27:19 -07:00
Connor Olding f7c85ae9e5 add gdp command to diff a single commit 2021-10-07 12:26:41 -07:00
Connor Olding 76415f4742 use shell expansions instead of piping into cut 2021-10-07 11:03:49 -07:00
Connor Olding cfd3c2b18b simplify character whitelist using built-in shell expansions 2021-10-07 10:57:31 -07:00
Connor Olding 7befe5065a fix escape sequence for shift+del 2021-10-06 19:26:20 -07:00
Connor Olding 6d1523035a add descriptions for picky/unused 2021-10-06 19:24:52 -07:00
Connor Olding a7ff1eb658 more work on glug; new g and G commands 2021-10-05 21:02:06 -07:00