From aff7a7214729138acc82d79cf9127a5613a2c990 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 19 May 2021 09:42:55 -0600 Subject: [PATCH] Add shebang to plugin file to make linting easier Noticed PR linter was unhappy without a shebang - added. --- ugit.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/ugit.plugin.zsh b/ugit.plugin.zsh index 9f07994..445817a 100644 --- a/ugit.plugin.zsh +++ b/ugit.plugin.zsh @@ -1,3 +1,4 @@ +#!/usr/bin/env zsh # Copyright 2021 Joseph Block # # Licensed under the MIT license.