Advertisement
tamanmerah

bash-prompt.txt

Mar 10th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # day milovich
  2. # nano ~/.bashrc
  3. # add this in the end of line:
  4. PS1='╭─ ${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$\n╰── '
  5. # exit and save
  6. # source ~/.bashrc
  7. # having trouble?
  8. # /bin/cp /etc/skel/.bashrc ~/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement