aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-02-11 05:53:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-02-11 05:57:37 +1300
commit5b16cb16d24d302bb247375a7babc3549964b36f (patch)
treea42cef551ee17da45d29b0c53c868bea14426aaa /lint
parentRemove 8-bit/meta key xterm settings (diff)
downloaddotfiles-5b16cb16d24d302bb247375a7babc3549964b36f.tar.gz
dotfiles-5b16cb16d24d302bb247375a7babc3549964b36f.zip
Remove urxvt support
I've switched back to xterm; rxvt's not worth the periodic incompatibilities, especially with mosh.
Diffstat (limited to 'lint')
-rw-r--r--lint/urxvt.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/lint/urxvt.sh b/lint/urxvt.sh
deleted file mode 100644
index 6e5fb503..00000000
--- a/lint/urxvt.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-set --
-for pl in urxvt/ext/*.pl ; do
- set -- "$@" "${pl%.pl}"
-done
-perlcritic --brutal -- "${pl%.pl}"