Add hashes for ~/.config ~/.local and ~/.cache
This commit is contained in:
3
zshrc
3
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
|
||||
|
||||
Reference in New Issue
Block a user