1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-21 15:06:12 +02:00
zplug/bin/zplug-env
2016-08-07 17:34:29 +09:00

11 lines
295 B
Bash
Executable File

#!/usr/bin/env zsh
# Description: The environment variables of zplug
# ^-- This description is used as complete message
# This is a sample zplug script
# For more information, see man page of zplug(1)
env \
| grep -E "^_?ZPLUG_" \
| perl -pe 's/^(\w+)(=)(.*)$/\033[32m$1\033[m $2 $3/'