From 9911b2bf52e8fb8e8ed736c08d6d3414c73604f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Mon, 22 Jan 2024 18:30:41 -0300 Subject: [PATCH] autocd for zsh --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index d96c017..aeeaaa8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,6 +2,7 @@ autoload -U colors && colors # colors autoload -U compinit && compinit # basic completion autoload -U compinit colors zcalc # theming setopt PROMPT_SUBST +setopt autocd autopushd pushdignoredups source "$ZDOTDIR/aliases.zsh"