Add hashes for ~/.config ~/.local and ~/.cache

This commit is contained in:
Kenneth Benzie 2023-12-21 16:15:34 +00:00
parent 4b0425b2d4
commit 1e60a5ddd5

3
zshrc
View File

@ -181,6 +181,9 @@ function frequent-directory() {
} }
frequent-directory Projects="$HOME/Projects" frequent-directory Projects="$HOME/Projects"
frequent-directory Sandbox="$HOME/Sandbox" frequent-directory Sandbox="$HOME/Sandbox"
frequent-directory config="$HOME/.config"
frequent-directory local="$HOME/.local"
frequent-directory cache="$HOME/.cache"
# Load work related config # Load work related config
[ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc [ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc