Add hashes for ~/.config ~/.local and ~/.cache
This commit is contained in:
parent
4b0425b2d4
commit
1e60a5ddd5
3
zshrc
3
zshrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user