1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-19 15:34:06 -07:00
Commit graph

495 commits

Author SHA1 Message Date
85869d590d fix zsh options being unset or reset
this is a crappy fix to remain until i decide on how
best to handle the basic configuration of each shell
2024-08-01 21:44:44 -07:00
731c4385cc move maybesudo logic into the eponymous file 2024-07-21 22:06:15 -07:00
e7f15ac236 be cautious about $HOME here 2024-07-21 21:57:03 -07:00
e145f53955 do a pass over maybesudo 2024-07-21 21:55:28 -07:00
7a3dc6f821 strip initial hyphen from login shells 2024-07-21 13:45:16 -07:00
f52cc0c819 use cache directory when loading shell functions 2024-07-21 13:36:03 -07:00
5299f0725f use recombine for all shells 2024-07-21 13:06:19 -07:00
a643458c9f add recombine and rewrite the way .bashrc loads its functions 2024-07-21 12:22:05 -07:00
0e4bc62986 fix terminal title not being set in bash 2024-07-21 09:25:28 -07:00
e82ec12751 add case-insensitive flag to less-flags
also alphabetize
2024-07-19 23:00:31 -07:00
d879e23dd1 adjust tmux panel background to be less jarring 2024-07-17 00:58:48 -07:00
03b90f9c9c override $TERM when connecting to crawl
`tmux-256color` is unsupported.
2024-07-14 02:19:43 -07:00
f193abb184 don't override $TERM when starting bash 2024-07-12 01:31:40 -07:00
d54c1c5808 don't reset terminal charset on alacritty (fixes glitch) 2024-07-12 01:31:02 -07:00
cf1e5eeaed prevent truncated output from ruining shell prompts
openSUSE disables this for no reason.
2024-07-06 04:51:13 -07:00
d213384ba4 add busybox-static as a fallback for busybox 2024-07-06 04:50:54 -07:00
7c33293e5a fix carry command and ignore times on directories 2024-07-03 00:49:26 -07:00
81c2ff0daa squeeze a line 2024-07-01 22:03:47 -07:00
b3580b6054 add poo alias for pueue 2024-07-01 22:03:41 -07:00
e9ebcff758 add relog and carry pseudo-aliases 2024-07-01 22:03:35 -07:00
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
7ef87b0f88 allow setting file encoding from modelines 2024-06-17 20:56:26 -07:00
7c87795057 update exts so it actually works properly 2024-05-17 20:06:30 -07:00
675c7b3c87 prefer single quotes around arguments with escapes 2024-05-17 20:05:57 -07:00
a7e2eae559 squeeze lines for the bash prompt 2024-04-03 17:40:07 -07:00
31afd5e358 overengineer zsh and bash prompts 2024-04-02 22:35:43 -07:00
44b0272097 switch from ~/opt/local/bin to ~/.local/bin
this is where systemd already expects things to be,
so this complements the OS instead of fighting it.
2024-03-25 15:32:23 -07:00
d3ddcf9eaf add another alias to enable colors 2024-03-25 02:50:16 -07:00
12be2472a8 fix "syntax" error when ll is already aliased by the OS 2024-03-25 02:49:37 -07:00
eb512c1144 style consistency 2024-03-22 20:50:11 -07:00
20360f971f better inputrc 2024-03-22 17:51:12 -07:00
6bd93ad322 move refresh into shrc 2024-03-21 13:46:03 -07:00
1e9cd20e48 add oshi uploader akin to oxo script 2024-03-21 06:36:55 -07:00
91c207d5bb allow 0x0.st as an alias for oxo 2024-03-21 06:27:34 -07:00
62209cb124 remove crawl file and instead download it as needed
long time coming
2024-03-04 10:24:27 -08:00
f250fffdea allow # comments in interactive shells 2024-02-28 09:32:25 -08:00
e9f1cfc121 rewrite compatibility comments 2024-02-24 09:02:36 -08:00
455af768b9 don't inherit FANCY either 2024-02-24 09:00:39 -08:00
36e4563c75 forcibly unset CDPATH 2024-02-24 08:56:28 -08:00
515e018862 rewrite comment 2024-02-24 08:41:58 -08:00
2b0c642512 turn have, has, and maybesudo into one-liners 2024-02-24 08:34:23 -08:00
eb31cf5450 remove remaining alises (moved to local .lol script) 2024-02-24 08:27:15 -08:00
1b0ac32463 superficial tweaks, and also remove tw since twitch is broken 2024-02-24 08:20:27 -08:00
7a1daf4fef convert a ton of aliases into shell functions 2024-02-24 08:19:22 -08:00
7f5ffe607c remove deprecated aliases for ea 2024-02-24 02:54:27 -08:00
3961b415a7 move rg alias out of the trash pile 2024-02-24 02:54:08 -08:00
3dff68b8d7 rewrite gd and gdp as shell functions 2024-02-24 02:49:15 -08:00
c2c58ba03f move misplaced export 2024-02-24 02:47:38 -08:00
7675c778cf rewrite ll as a shell function 2024-02-24 02:46:38 -08:00