.profile: Add terminal duplication alias
This commit is contained in:
parent
d50748bb31
commit
312d7d03dc
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 fork; then
|
||||||
|
alias dup="fork $TERMINAL $PWD"
|
||||||
|
fi
|
||||||
if has git; then
|
if has git; then
|
||||||
# Thanks Bash-it!
|
# Thanks Bash-it!
|
||||||
alias g='git'
|
alias g='git'
|
||||||
|
Loading…
Reference in New Issue
Block a user