Browse Source

ad ab alias

Noah Vogt 1 year ago
parent
commit
a471031426
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dot-config/aliasrc

+ 2 - 0
dot-config/aliasrc

@@ -146,3 +146,5 @@ mkcd() {
 djangokeygen() { python -c 'from django.core.management.utils import get_random_secret_key; \
     print(get_random_secret_key())' || pip install django
 }
+
+alias ab='nohup reportbuild &!'