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