From c409d31f7ff9f1827101da3d6c89a6950498b857 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 13 Jul 2024 11:59:29 +0200 Subject: [PATCH] zsh: rename alias `dot` -> `dots` The previous name conflicts with one of the Graphviz executables, which I started using lately. --- config/zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index 43f6379..db23a09 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -32,7 +32,7 @@ alias \ lla="la -l" \ ltl="lt -L" -alias dot="cd ~/.dotfiles" +alias dots="cd ~/.dotfiles" alias \ grep="grep --color=auto" \