zsh: add aliases for ~tea and ~tastytea

This commit is contained in:
tea 2024-06-23 12:54:48 +02:00
parent 295d7c38d6
commit c9e575113e
No known key found for this signature in database

View File

@ -135,3 +135,7 @@ done
if [[ -d ~/Projekte/overlay-tastytea ]]; then
hash -d -- -devrepo_tastytea=~/Projekte/overlay-tastytea
fi
# aliases for ~tea and ~tastytea
[[ -d ~tastytea ]] 2> /dev/null || hash -d -- tastytea=~tea
[[ -d ~tea ]] 2> /dev/null || hash -d -- tea=~tastytea