about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmless2
1 files changed, 0 insertions, 2 deletions
diff --git a/mless b/mless
index 8a94d34..fa09c8f 100755
--- a/mless
+++ b/mless
@@ -1,8 +1,6 @@
 #!/bin/sh
 # mless [MSG] - less(1)-wrapper around mshow
 
-PATH="${0%/*}:$PATH"
-
 colorscan() {
 awk '
 function co(n, c) { e = ENVIRON["MCOLOR_" n]; return e ? e : c }