mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-09 23:16:25 -04:00
7 lines
253 B
Bash
Executable file
7 lines
253 B
Bash
Executable file
# 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
|
|
# Bash framework like oh-my-bash.
|
|
|
|
export PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )":${PATH}
|