about summary refs log tree commit diff
path: root/Functions/Example
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Example')
-rw-r--r--Functions/Example/cat2
-rw-r--r--Functions/Example/zless2
2 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Example/cat b/Functions/Example/cat
index 612deac03..15dd75b38 100644
--- a/Functions/Example/cat
+++ b/Functions/Example/cat
@@ -1,4 +1,4 @@
-#! /usr/local/bin/zsh -f
+#!/bin/zsh -f
 
 local file
 
diff --git a/Functions/Example/zless b/Functions/Example/zless
index 809ce35c7..58103bd8c 100644
--- a/Functions/Example/zless
+++ b/Functions/Example/zless
@@ -1,4 +1,4 @@
-#!/usr/bin/zsh -f
+#!/bin/zsh -f
 #
 # zsh function script to run less on various inputs, decompressing as required.
 # Author: Phil Pennock.  zsh-hacks@athenaeum.demon.co.uk