William Carroll
4d7d937df7
Reorganize aliases, support misc fns, misc named dirs
...
Miscellaneous maintenance tasks for my ZSH life.
2019-03-08 18:17:41 +00:00
William Carroll
50420ba131
pil -> pils
...
I should standardize on `ls` for list instead of `l`. This may have even
been a typo when I first defined it.
2019-03-07 16:49:11 +00:00
William Carroll
aa7b96bacd
Prefer to rg and fd hidden files
...
These may be configurable via .rgrc or .fdrc files, but frankly I have
enough RC files floating around. This should be fine.
2019-03-07 16:46:38 +00:00
William Carroll
e59898f00f
Support ALTERNATE_EDITOR environment variable
...
This simplies the `e` alias and the EDITOR variable definition.
2019-03-07 14:05:31 +00:00
William Carroll
43a2d0de2c
Prefer x KBD for XResources
...
I'm finding that I'm visiting XResources more frequently than I'm
visiting ~/.xinitrc or other X files.
2019-03-06 16:59:45 +00:00
William Carroll
f9b7b86b9c
Prefer longer aliases for Google utils
...
pbcopy -> c
pbpaste -> p
While it's nice to expect pbcopy on both OSX and Linux, it's better to
just alias c=pbcopy on OSX and assert on `c` and `p`, which are must
shorter to type.
2019-03-05 18:21:41 +00:00
William Carroll
e807778921
Support aliases for common config files, misc
...
Since I'm constantly editing vim, emacs, i3, zshrc, functions, aliases,
etc., I should support variables, aliases, and KBDs to make editing,
sourcing these files much more efficient.
2019-03-04 17:56:03 +00:00
William Carroll
2f7e9f5c54
Fix glp
...
I believe `glp` was messed up from a port from zsh -> nix -> zsh. It's
working now though!
2019-03-04 17:55:16 +00:00
William Carroll
dba7ac2365
More fully support zsh
...
Support zshrc, variables, aliases, functions
TODO: incorporate dumping_grounds.zsh into functions.
2019-02-28 12:24:11 +00:00