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