]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Named directories in zsh
authorSergey Matveev <stargrave@stargrave.org>
Mon, 6 Apr 2020 08:11:36 +0000 (11:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 6 Apr 2020 08:11:36 +0000 (11:11 +0300)
zsh/.zshrc

index 1ac279d53cf5df6a3bbeac7808e49db82c396301..c0cd9ee1d4fa5bff1109dbd43deab9b47ddbfb65 100644 (file)
@@ -142,6 +142,9 @@ autoload -U zcalc
 alias zc="zcalc"
 # }}}
 
 alias zc="zcalc"
 # }}}
 
+# Named directories {{{
+. ~/.zhashd
+# }}}
 
 # Completion {{{
 zstyle ":completion:*:functions" ignored-patterns "_*"
 
 # Completion {{{
 zstyle ":completion:*:functions" ignored-patterns "_*"