paulirish.git-open/git-open.plugin.sh
2024-10-03 13:22:29 -04:00

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}