mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add some aliases to make using bolt easier
This commit is contained in:
parent
e4ed018ef8
commit
ff68a4b346
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@
|
|||
];
|
||||
};
|
||||
shellAliases = {
|
||||
bcrr = "bolt command run --run-as root --sudo-password-prompt";
|
||||
bcrrs = "bcrr --stream --no-verbose";
|
||||
beo = "bundle exec onceover run spec --trace --force";
|
||||
biv = "bundle install --path=vendor/bundle";
|
||||
ce = "code-exploration";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue