mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-25 17:41:19 +02:00
4 lines
92 B
Text
4 lines
92 B
Text
# function zfclose {
|
|
[[ $curcontext = :zf*: ]] || local curcontext=:zfclose:
|
|
zftp close
|
|
# }
|