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:
parent
50dfc1efa6
commit
c409d31f7f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ alias \
|
|||
lla="la -l" \
|
||||
ltl="lt -L"
|
||||
|
||||
alias dot="cd ~/.dotfiles"
|
||||
alias dots="cd ~/.dotfiles"
|
||||
|
||||
alias \
|
||||
grep="grep --color=auto" \
|
||||
|
|
Loading…
Add table
Reference in a new issue