mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
# function zfclose {
|
|
[[ $curcontext = :zf* ]] || local curcontext=:zfclose
|
|
zftp close
|
|
# }
|