diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index 16a6907..4098c88 100644 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -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