paulirish.git-open/git-open.plugin.sh
Rob Loach 2a66fcd7e3
Some checks failed
CI / basics (push) Has been cancelled
Add oh-my-bash support (#213)
2024-10-03 18:17:24 -07: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}