mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
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:
parent
0f6f014672
commit
d27085a3a6
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
bottom.enable = true;
|
||||||
eza.enable = true;
|
eza.enable = true;
|
||||||
gh.enable = true;
|
gh.enable = true;
|
||||||
git = {
|
git = {
|
||||||
|
|
@ -234,6 +235,7 @@
|
||||||
bcrrs = "bcrr --stream --no-verbose";
|
bcrrs = "bcrr --stream --no-verbose";
|
||||||
beo = "bundle exec onceover run spec --trace --force";
|
beo = "bundle exec onceover run spec --trace --force";
|
||||||
biv = "bundle install --path=vendor/bundle";
|
biv = "bundle install --path=vendor/bundle";
|
||||||
|
bottom = "echo 'To run bottom, the command is btm'";
|
||||||
ce = "code-exploration";
|
ce = "code-exploration";
|
||||||
dots = "cd ~/repos/dots";
|
dots = "cd ~/repos/dots";
|
||||||
gbc = ''
|
gbc = ''
|
||||||
|
|
@ -246,6 +248,7 @@
|
||||||
sal = "ssh-add -L";
|
sal = "ssh-add -L";
|
||||||
st = "open -a SourceTree";
|
st = "open -a SourceTree";
|
||||||
sz = "source ~/.zshrc";
|
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";
|
usegpg = "killall ssh-agent; export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) && gpgconf --launch gpg-agent";
|
||||||
usessh = "gpgconf --kill gpg-agent";
|
usessh = "gpgconf --kill gpg-agent";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue