ssh wrapper to change konsole colour when ssh'd

This commit is contained in:
Siina Mashek 2022-08-11 16:29:47 +03:00
parent bea8cd8f88
commit 3cc43c5f4e

7
common/ssh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# Siina's colourised wrapper for ssh
konsoleprofile colors=Solarized
/usr/bin/ssh $@
konsoleprofile colors=Breeze;