From 3cc43c5f4e2eb2630e7dfa758cb1148b64350ee7 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Thu, 11 Aug 2022 16:29:47 +0300 Subject: [PATCH] ssh wrapper to change konsole colour when ssh'd --- common/ssh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 common/ssh diff --git a/common/ssh b/common/ssh new file mode 100755 index 0000000..901ae07 --- /dev/null +++ b/common/ssh @@ -0,0 +1,7 @@ +#!/bin/sh +# Siina's colourised wrapper for ssh + +konsoleprofile colors=Solarized +/usr/bin/ssh $@ +konsoleprofile colors=Breeze; +