mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
improvement: Using /usr/bin/env as shebang.
This commit is contained in:
parent
803e1a784c
commit
683154b288
7 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
# compile a string of coffeescript and print to output
|
# compile a string of coffeescript and print to output
|
||||||
cf () {
|
cf () {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh -f
|
#!/usr/bin/env zsh -f
|
||||||
#compdef pm2
|
#compdef pm2
|
||||||
#autoload
|
#autoload
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh -f
|
#!/usr/bin/env zsh -f
|
||||||
|
|
||||||
emulate -L zsh
|
emulate -L zsh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
# WARP DIRECTORY
|
# WARP DIRECTORY
|
||||||
# ==============
|
# ==============
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
# WARP DIRECTORY
|
# WARP DIRECTORY
|
||||||
# ==============
|
# ==============
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
local PLUGIN_FILE="doc/zshnavigationtools.plugin.zsh"
|
local PLUGIN_FILE="doc/zshnavigationtools.plugin.zsh"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
# Zsh Theme Chooser by fox (fox91 at anche dot no)
|
# Zsh Theme Chooser by fox (fox91 at anche dot no)
|
||||||
# This program is free software. It comes without any warranty, to
|
# This program is free software. It comes without any warranty, to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue