mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -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;
|
||||
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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue