From d27085a3a6199593b0ff3f4a043d8d73da4f09c8 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 29 Dec 2023 10:07:05 -0500 Subject: [PATCH] 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. --- modules/home-manager/common/all-cli.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index f890e3c..7e748cc 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -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"; };