ssh wrapper to change konsole colour when ssh'd
This commit is contained in:
parent
bea8cd8f88
commit
3cc43c5f4e
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Siina's colourised wrapper for ssh
|
||||
|
||||
konsoleprofile colors=Solarized
|
||||
/usr/bin/ssh $@
|
||||
konsoleprofile colors=Breeze;
|
||||
|
Loading…
Reference in New Issue