| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
with no config it bypasses ssh multiplexing, which was causing some
problematic conflicting-ness
|
|
|
|
|
|
| |
everything should be modular now
also, cleaned up make-gif to properly parse arguments and check things
|
| |
|
|
|
|
|
| |
this way can use the console client and still have it start up when
launched and shut down when quit
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as pretty as this little function is, shouldn't be stuck in a .zshrc.
adding more and more things like this will slow stuff down, and it's a
mess for portability too, with the whole .zshrc-linux .zshrc-freebsd
.zshrc-linux-desktop thing going on.
instead, going to move all these things to .config/init/funcs and add a
system which is called from .zprofile (and should move
.config/init/init.sh to being run there and .config/init/vars to being
sourced there too.). this system should check prereqs for each func and
load only when they're satisfied.
|
| |
|
| |
|
|
|
|
|
|
| |
lots of random things changed; forgot to update for a while again.
moving things to .config/init/funcs is one important thing; means
being able to use those shell scripts anywhere, like ranger or whatever
|
| |
|
|
|
|
| |
i feel dumb
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|