Skip to content

Commit

Permalink
improvement: Using /usr/bin/env as shebang.
Browse files Browse the repository at this point in the history
  • Loading branch information
alps2006 committed Apr 29, 2024
1 parent 803e1a7 commit 683154b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/coffee/coffee.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh

# compile a string of coffeescript and print to output
cf () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/pm2/_pm2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh -f
#!/usr/bin/env zsh -f
#compdef pm2
#autoload

Expand Down
2 changes: 1 addition & 1 deletion plugins/scd/scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh -f
#!/usr/bin/env zsh -f

emulate -L zsh

Expand Down
2 changes: 1 addition & 1 deletion plugins/wd/wd.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh

# WARP DIRECTORY
# ==============
Expand Down
2 changes: 1 addition & 1 deletion plugins/wd/wd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh

# WARP DIRECTORY
# ==============
Expand Down
2 changes: 1 addition & 1 deletion plugins/zsh-navigation-tools/doc/generate_single_file
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh

local PLUGIN_FILE="doc/zshnavigationtools.plugin.zsh"

Expand Down
2 changes: 1 addition & 1 deletion tools/theme_chooser.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh

# Zsh Theme Chooser by fox (fox91 at anche dot no)
# This program is free software. It comes without any warranty, to
Expand Down

0 comments on commit 683154b

Please sign in to comment.