From cf3174fbcf15bfab698d9647a91d8653872cfeee Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 15 Jun 2020 09:52:09 -0500 Subject: [PATCH] Firestarter, .profile: Update, add shell alias for firestarter --- .firestarter | 2 +- .profile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.firestarter b/.firestarter index 16f58d26..fbb725a9 160000 --- a/.firestarter +++ b/.firestarter @@ -1 +1 @@ -Subproject commit 16f58d260477e329295611b2956f07c29e17e912 +Subproject commit fbb725a9491aabca8abf085f981c2239dcb25734 diff --git a/.profile b/.profile index 0ffdacfa..5662be21 100755 --- a/.profile +++ b/.profile @@ -124,6 +124,9 @@ if has emerge; then alias e-cleanup='sudo eclean -d distfiles && sudo eclean -d packages' fi fi +if has firestarter and ! has fs; then + alias fs="firestarter" +fi if has fork; then alias dup="fork $TERMINAL $PWD" fi