From 02e4686ccd7c95c6df855be61496c75c92b11396 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 6 Dec 2023 01:30:57 +0100 Subject: scripts: Move many scripts from sh to andy --- .local/bin/ec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/ec') diff --git a/.local/bin/ec b/.local/bin/ec index 0e748af..5190e05 100755 --- a/.local/bin/ec +++ b/.local/bin/ec @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/local/bin/andy -[ -t 2 ] && mode=t || mode=c +test -t 2 && set mode t || set mode c exec emacsclient -s ec -$mode -- cgit v1.2.3