Skip to content

Commit

Permalink
Add shebang to plugin file to make linting easier
Browse files Browse the repository at this point in the history
Noticed PR linter was unhappy without a shebang - added.
  • Loading branch information
unixorn committed May 19, 2021
1 parent 64b1db9 commit aff7a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ugit.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# Copyright 2021 Joseph Block <[email protected]>
#
# Licensed under the MIT license.
Expand Down

0 comments on commit aff7a72

Please sign in to comment.