zsh: add aliases for ~tea and ~tastytea
This commit is contained in:
parent
295d7c38d6
commit
c9e575113e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user