aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-04-08 11:20:29 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-04-08 11:20:29 -0500
commitf0bded5b5fee596ac7ccdc5c48078c12feded5b4 (patch)
treebb262bb909cf2190bc706fc97ab6e043aea8c14e
parent5859498e4de132c9103d4d1e73f840137db55d88 (diff)
feat(zsh): add dir hashes for common dirs
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index c745abe..dcf318b 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -30,6 +30,8 @@ zstyle :completion:* cache-path "${XDG_CACHE_HOME}/zsh/zcompcache"
zstyle :completion:* use-cache true
hash -d rfc=/usr/share/doc/rfc/txt
+hash -d auto=$XDG_CONFIG_HOME/autostart
+hash -d app=$XDG_DATA_HOME/applications
# See: https://wiki.archlinux.org/title/Zsh#Key_bindings
bindkey '^[q' push-line