Combining two commands.

Is there anyway to achieve "find /home -name "*.bashrc" 2>/dev/null" and "PS1="\n>"" in the same command? I just wanna add a line to the previous command to change the PS1 variable to ">".

I'm not sure what you want to achieve, but you can run multiple commands on one commandline by splitting them with ;