paulirish.git-open/git-open.plugin.zsh
ivan tkachenko 87e4586efd
Replace dirname with zsh expansion modifier
- [x] No leading whitespace
- [x] No external command
- [x] More cryptic
2020-10-04 19:44:24 +03:00

7 lines
200 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=${0:A:h}:${PATH}