mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-24 17:42:28 -04:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
#autoload
|
|
|
|
if [[ -n $functions[zsh_directory_name] ]]; then
|
|
zsh_directory_name c
|
|
else
|
|
_message 'dynamic directory name: implemented as zsh_directory_name c'
|
|
fi
|