Skip to content

Commit

Permalink
Add special tweak to the bash and it's screenshot, need uncommenting …
Browse files Browse the repository at this point in the history
…to use
  • Loading branch information
kuttumiah committed Jan 13, 2015
1 parent 4107f2d commit 701b64b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added images/special_tweak.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ubuntu_12.04/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ fi

if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}[\[\033[01;31m\]$(date +"%H:%M %p")\[\033[00m\]] \[\033[01;32m\]\u@\h\[\033[00m\] [\[\033[01;34m\]\w\[\033[00m\]] \[\033[01;32m\]\$\[\033[00m\] '
# This is an special tweak to the bash, hope you enjoy it. uncomment to use.
# PS1='\n\[\e[0;36m\]┌─[\[\e[0m\]\[\e[1;31m\]\@\[\e[0m\]\[\e[0;36m\]]─[\[\e[0m\]\[\e[1;33m\]\u\[\e[0m\]\[\e[1;36m\] @ \[\e[0m\]\[\e[1;33m\]\h\[\e[0m\]\[\e[0;36m\]]─[\[\e[0m\]\[\e[1;34m\]\w\[\e[0m\]\[\e[0;36m\]]\[\e[0;36m\]─[\[\e[0m\]\[\e[0;31m\]\!\[\e[0m\]\[\e[0;36m\]]\[\e[0m\]\n\[\e[0;36m\]└─[\[\e[0m\]\[\e[1;37m\]\$\[\e[0m\]\[\e[0;36m\]]› \[\e[0m\]'
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
Expand Down
3 changes: 2 additions & 1 deletion ubuntu_14.04/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ if [ -n "$force_color_prompt" ]; then
fi

if [ "$color_prompt" = yes ]; then
# PS1='${debian_chroot:+($debian_chroot)}[\[\033[01;31m\]$(date +"%H:%M %p")\[\033[00m\]] \[\033[01;32m\]\u@\h\[\033[00m\] [\[\033[01;34m\]\W\[\033[00m\]] \[\033[01;32m\]\$\[\033[00m\] '
PS1='${debian_chroot:+($debian_chroot)}[\[\033[01;31m\]\@\[\033[00m\]] \[\033[01;32m\]\u@\h\[\033[00m\] [\[\033[01;34m\]\W\[\033[00m\]] \[\033[01;32m\]\$\[\033[00m\] '
# This is an special tweak to the bash, hope you enjoy it. uncomment to use.
# PS1='\n\[\e[0;36m\]┌─[\[\e[0m\]\[\e[1;31m\]\@\[\e[0m\]\[\e[0;36m\]]─[\[\e[0m\]\[\e[1;33m\]\u\[\e[0m\]\[\e[1;36m\] @ \[\e[0m\]\[\e[1;33m\]\h\[\e[0m\]\[\e[0;36m\]]─[\[\e[0m\]\[\e[1;34m\]\w\[\e[0m\]\[\e[0;36m\]]\[\e[0;36m\]─[\[\e[0m\]\[\e[0;31m\]\!\[\e[0m\]\[\e[0;36m\]]\[\e[0m\]\n\[\e[0;36m\]└─[\[\e[0m\]\[\e[1;37m\]\$\[\e[0m\]\[\e[0;36m\]]› \[\e[0m\]'
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
Expand Down

0 comments on commit 701b64b

Please sign in to comment.