File: __version__

package info (click to toggle)
zplug 2.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,068 kB
  • sloc: sh: 1,504; awk: 235; makefile: 26
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env zsh
# Description:
#   Display the version of zplug

__zplug::io::print::put "$_ZPLUG_VERSION\n"

return 0