Add bottom, an alternative to top and htop

Also add a couple of aliases to help me learn the actual command name
for bottom and trippy.
This commit is contained in:
Gene Liverman 2023-12-29 10:07:05 -05:00
parent 0f6f014672
commit d27085a3a6

View file

@ -66,6 +66,7 @@
};
};
};
bottom.enable = true;
eza.enable = true;
gh.enable = true;
git = {
@ -234,6 +235,7 @@
bcrrs = "bcrr --stream --no-verbose";
beo = "bundle exec onceover run spec --trace --force";
biv = "bundle install --path=vendor/bundle";
bottom = "echo 'To run bottom, the command is btm'";
ce = "code-exploration";
dots = "cd ~/repos/dots";
gbc = ''
@ -246,6 +248,7 @@
sal = "ssh-add -L";
st = "open -a SourceTree";
sz = "source ~/.zshrc";
trippy = "echo 'To run trippy, the command is trip'";
usegpg = "killall ssh-agent; export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) && gpgconf --launch gpg-agent";
usessh = "gpgconf --kill gpg-agent";
};