1
0
mirror of https://github.com/zplug/zplug synced 2026-05-17 17:22:26 +02:00
Files
b4b4r07 bb0e48e4f4 v2.1.1
2016-08-07 17:34:29 +09:00

8 lines
122 B
Bash

#!/usr/bin/env zsh
# Description:
# Display the version of zplug
__zplug::io::print::put "$_ZPLUG_VERSION\n"
return 0