From b88eb58d222f1cde61d236a2ab09896a52fbf58b Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Sat, 16 Jun 2018 15:29:53 +0300 Subject: [PATCH] allow launching with python2 (from env) --- tmux.conf => tmux.conf.2018 | 0 xterm_colour_chart.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tmux.conf => tmux.conf.2018 (100%) diff --git a/tmux.conf b/tmux.conf.2018 similarity index 100% rename from tmux.conf rename to tmux.conf.2018 diff --git a/xterm_colour_chart.py b/xterm_colour_chart.py index 6292f43..b60a950 100755 --- a/xterm_colour_chart.py +++ b/xterm_colour_chart.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 """ XTerm Colour Chart