mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-25 01:52:33 -04:00
12 lines
305 B
Bash
12 lines
305 B
Bash
## vim:ft=zsh
|
|
## codeville support by: Frank Terbeck <ft@bewatermyfriend.org>
|
|
## Distributed under the same BSD-ish license as zsh itself.
|
|
|
|
setopt localoptions NO_shwordsplit
|
|
local cdvbase
|
|
|
|
cdvbase=${vcs_comm[basedir]}
|
|
rrn=${cdvbase:t}
|
|
VCS_INFO_formats '' "${cdvbase:t}" "${cdvbase}" '' '' '' ''
|
|
return 0
|