Firestarter, .profile: Update, add shell alias for firestarter
This commit is contained in:
parent
74c4047cbd
commit
cf3174fbcf
@ -1 +1 @@
|
|||||||
Subproject commit 16f58d260477e329295611b2956f07c29e17e912
|
Subproject commit fbb725a9491aabca8abf085f981c2239dcb25734
|
3
.profile
3
.profile
@ -124,6 +124,9 @@ if has emerge; then
|
|||||||
alias e-cleanup='sudo eclean -d distfiles && sudo eclean -d packages'
|
alias e-cleanup='sudo eclean -d distfiles && sudo eclean -d packages'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
if has firestarter and ! has fs; then
|
||||||
|
alias fs="firestarter"
|
||||||
|
fi
|
||||||
if has fork; then
|
if has fork; then
|
||||||
alias dup="fork $TERMINAL $PWD"
|
alias dup="fork $TERMINAL $PWD"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user