mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
7 lines
207 B
Bash
7 lines
207 B
Bash
# This plugin is MIT licensed to match the git-open license.
|
|
#
|
|
# Make git-open easy to install and keep up to date if you're using a
|
|
# ZSH framework like Zgen or Antigen
|
|
|
|
export PATH=${PATH}:$(dirname $0)
|