.profile: Add terminal duplication alias

This commit is contained in:
Salt 2020-06-01 17:41:31 -05:00
parent d50748bb31
commit 312d7d03dc

View File

@ -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'