mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Replace dirname with zsh expansion modifier
- [x] No leading whitespace - [x] No external command - [x] More cryptic
This commit is contained in:
parent
14fdf5c96e
commit
87e4586efd
|
|
@ -3,4 +3,4 @@
|
|||
# Make git-open easy to install and keep up to date if you're using a
|
||||
# ZSH framework like Zgen or Antigen
|
||||
|
||||
export PATH=$(dirname $0):${PATH}
|
||||
export PATH=${0:A:h}:${PATH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue