zsh: rename alias dot -> dots

The previous name conflicts with one of the Graphviz executables, which
I started using lately.
This commit is contained in:
Fernando Schauenburg 2024-07-13 11:59:29 +02:00
parent 50dfc1efa6
commit c409d31f7f

View file

@ -32,7 +32,7 @@ alias \
lla="la -l" \
ltl="lt -L"
alias dot="cd ~/.dotfiles"
alias dots="cd ~/.dotfiles"
alias \
grep="grep --color=auto" \