tilix with different color profile for SSH

in .bashrc

 
function ssh_alias() {
tilix -p SSH -x "ssh $@"
}
alias ssh=ssh_alias

Zurück