mirror of
https://github.com/zplug/zplug
synced 2025-04-05 23:29:10 +02:00
8 lines
122 B
Bash
8 lines
122 B
Bash
#!/usr/bin/env zsh
|
|
# Description:
|
|
# Display the version of zplug
|
|
|
|
__zplug::io::print::put "$_ZPLUG_VERSION\n"
|
|
|
|
return 0
|