aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:23:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:23:27 +1200
commitb102a7d4b84aed0c00f9f1fc3abc6f5b11ebbc4c (patch)
treee63c2b27166c1ec34e58616a6e02defbd35a3291 /urxvt
parentRemove all the perldoc (diff)
downloaddotfiles-b102a7d4b84aed0c00f9f1fc3abc6f5b11ebbc4c.tar.gz
dotfiles-b102a7d4b84aed0c00f9f1fc3abc6f5b11ebbc4c.zip
Fix shebang
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/selection2
1 files changed, 1 insertions, 1 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 47da4ce6..187aaba8 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -1,4 +1,4 @@
-#! perl
+#!/usr/bin/env perl
sub on_user_command {
my ($self, $cmd) = @_;