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
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
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
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
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
a40c7799b9
begin rewriting shrc (disables most aliases)
2024-02-24 02:44:56 -08:00
b5641b7cc4
more ripgrep aliases
2023-07-06 02:23:18 -07:00
021aa8c0ba
rewrite ADDPATH to handle more stuff
2022-10-09 14:52:44 -07:00
6e5c315427
make join2
and unwrap
their own scripts
2022-09-30 16:34:35 -07:00
4e1ed7d0d8
check for Actually Portable lr.com
as a fallback
2022-09-01 18:28:56 -07:00
1d0667c52b
make grop
its own shell script
2022-09-01 18:28:14 -07:00
8c218457e8
add an esoteric function to rotate PATHs
2022-08-29 22:08:21 -07:00
7a769e3853
add grop
alias for grep -oP
2022-08-29 22:04:24 -07:00
a5fb64d762
remove ancient db alias and known_hosts exclusion
2022-04-12 03:29:33 -07:00
69a23ab128
fix lack of sorting in unused
alias
2022-01-08 21:15:26 -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