Disable colors on terminal or Konsole

what is the best way to disable the colors on the konsole over suse12 SP4, i benn trying editting .profile and .barshrc file but it didn’t work…

@Jamie Hi and welcome to the Forum :slight_smile:
Modify the aliases for the user (Not Plasma user, but should work)?

alias
alias  | grep color
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias ip='ip --color=auto'

Then modify as required… For example the ls command

alias ls='_ls --color=none'

Or is this a remote connection, eg ssh? If so the following should work;

TERM=xterm-mono ssh user@host