Advertisement
Guest User

Untitled

a guest
Mar 27th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. if [ -n "$SSH_CONNECTION" ]; then
  2. export PS1="\[$(tput setaf 1)\]тФМтФАтХ╝ [$(tput setaf 7)\] \u \[$(tput setaf 1)\]тХ║тФАтХ╕\[$(tput setaf 7)\] \H \[$(tput setaf 7)\][\w]\n\[$(tput setaf 1)\]\$(if [[ \$? == 0 ]]; then echo \"\[$(tput setaf 1)\]тФФтФАтФАтФАтФАтХ╝ \[$(tput setaf 7)\][ssh]\"; else echo \"\[$(tput setaf 1)\]тФФтХ╝ \[$(tput setaf 7)\][ssh]\"; fi) \[$(tput setaf 7)\]"
  3. else
  4. export PS1="\[$(tput setaf 1)\]тФМтФАтХ╝\[$(tput setaf 3)\] \u\[$(tput setaf 1)\] тХ║тФАтХ╕\[$(tput setaf 1)\] \H \[$(tput setaf 7)\][\[$(tput setaf 5)\]\w\[$(tput setaf 7)\]]\n\[$(tput setaf 1)\]\$(if [[ \$? == 0 ]]; then echo \"\[$(tput setaf 1)\]тФФтФАтФАтФАтФАтХ╝\"; else echo \"\[$(tput setaf 1)\]тФФтХ╝\"; fi) \[$(tput setaf 7)\]"
  5. fi
  6.  
  7. alias mocp='/usr/bin/mocp-scrobbler.py -d; mocp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement