From 1e60a5ddd55f2e72d210bf60234aecfd5751ff8b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 21 Dec 2023 16:15:34 +0000 Subject: [PATCH] Add hashes for ~/.config ~/.local and ~/.cache --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 0d54dc5..603a60e 100644 --- a/zshrc +++ b/zshrc @@ -181,6 +181,9 @@ function frequent-directory() { } frequent-directory Projects="$HOME/Projects" frequent-directory Sandbox="$HOME/Sandbox" +frequent-directory config="$HOME/.config" +frequent-directory local="$HOME/.local" +frequent-directory cache="$HOME/.cache" # Load work related config [ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc