Skip to content

Commit

Permalink
fix(zplug): generic shebang (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux authored Mar 13, 2024
1 parent 259e0b4 commit 7cf04bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zplug.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
set -e

local version=$(grep '^version =' Cargo.toml | cut -d'"' -f2)
Expand Down

0 comments on commit 7cf04bc

Please sign in to comment.