Advertisement
zamotivator

Untitled

Dec 16th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. oleg@t510 0 /storage/work $ head -n2 ~/.ssh/config
  2. Host *
  3. SendEnv PS1='\[\033[01;32m\]\u\[\033[01;31m\]@\[\033[01;32m\]\h \[\033[02;33m\]\j \[\033[00;32m\]\w \[\033[02;36m\]\$ \[\033[00m\]'
  4.  
  5. oleg@t510 0 /storage/work $ ssh -v 10.0.20.237
  6. ...
  7. debug1: Sending env PS1 = \\[\\033[01;32m\\]\\u\\[\\033[01;31m\\]@\\[\\033[01;32m\\]\\h \\[\\033[02;33m\\]\\j \\[\\033[00;32m\\]\\w \\[\\033[02;36m\\]\\$ \\[\\033[00m\\]
  8. Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-32-generic x86_64)
  9.  
  10. * Documentation: https://help.ubuntu.com/
  11. Last login: Sun Dec 16 23:48:14 2012 from 10.0.20.5
  12. scidb@cdash-master:~$ env | grep PS1
  13. PS1=\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement