Advertisement
Guest User

Untitled

a guest
Jan 16th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1. [:/home/imran] $ grep PS1 .bashrc /etc/bash.bashrc /etc/skel/.bashrc
  2. /etc/bash.bashrc:[ -z "$PS1" ] && return
  3. /etc/bash.bashrc:PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  4. /etc/skel/.bashrc:    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
  5. /etc/skel/.bashrc:    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
  6. /etc/skel/.bashrc:    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
  7. [:/home/imran] $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement