From f8e58a97f77c2b20def769d6108270263ba929f6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 6 Apr 2020 11:11:36 +0300 Subject: [PATCH] Named directories in zsh --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1ac279d..c0cd9ee 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -142,6 +142,9 @@ autoload -U zcalc alias zc="zcalc" # }}} +# Named directories {{{ +. ~/.zhashd +# }}} # Completion {{{ zstyle ":completion:*:functions" ignored-patterns "_*" -- 2.44.0