Announcement

Collapse
No announcement yet.

change konsole profile on the command-line?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    change konsole profile on the command-line?

    Hello.

    I have setup a new profile in konsole. I would like to use this profile when I am logged in to a remote machine.

    I have an alias to ssh into that machine. Is there a command I can add to that alias to change the profile too? Something along these lines:

    alias remoteMachine='load profile myPrettyProfile && ssh -Y remoteMachine'

    Thanks

    #2
    Re: change konsole profile on the command-line?

    I think I've got it:

    alias remoteMachine='konsole --new-tab --profile "myPrettyProfile" -e ssh -Y remoteMachine'

    Comment

    Working...
    X