diff --git a/.profile b/.profile index ccb5da5a..13d3cb88 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 fork; then + alias dup="fork $TERMINAL $PWD" +fi if has git; then # Thanks Bash-it! alias g='git'