1
0
Fork 0

Remove ebuildtester alias

I don't use it anymore.
This commit is contained in:
tastytea 2022-03-18 15:15:35 +01:00
parent f61ce56c43
commit ff7042dd36
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 7 deletions

View File

@ -98,10 +98,3 @@ esac
for repo in overlay-tastytea guru gentoo; do
[[ -d ~/Projekte/${repo} ]] && hash -d -- -${repo}=~/Projekte/${repo}
done
# Host specific settings.
case "${HOST}" in
"ventiloplattform")
alias ebuildtester_guru='ebuildtester --update --pull --threads 1 --portage-dir "$(portageq get_repo_path / gentoo)" --unstable --overlay-dir ~/Projekte/guru'
;;
esac