improvement: Using /usr/bin/env as shebang.

This commit is contained in:
alps2006 2024-04-29 15:39:56 +08:00
commit 683154b288
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
# compile a string of coffeescript and print to output
cf () {

View file

@ -1,4 +1,4 @@
#!/bin/zsh -f
#!/usr/bin/env zsh -f
#compdef pm2
#autoload

View file

@ -1,4 +1,4 @@
#!/bin/zsh -f
#!/usr/bin/env zsh -f
emulate -L zsh

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
# WARP DIRECTORY
# ==============

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
# WARP DIRECTORY
# ==============

View file

@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env zsh
local PLUGIN_FILE="doc/zshnavigationtools.plugin.zsh"

View file

@ -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