bhupesh-v.ugit/ugit.plugin.zsh
Joe Block aff7a72147 Add shebang to plugin file to make linting easier
Noticed PR linter was unhappy without a shebang - added.
2021-05-19 09:42:55 -06:00

9 lines
232 B
Bash

#!/usr/bin/env zsh
# Copyright 2021 Joseph Block <jpb@unixorn.net>
#
# Licensed under the MIT license.
# Append the repo's main directory to $PATH to make ugit available
PLUGIN_BIN="$(dirname $0)"
export PATH=${PATH}:${PLUGIN_BIN}