Advertisement
krax

~/.bashrc {UPdated}

Sep 11th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. #
  2. # ~/.bashrc
  3. #
  4.  
  5. # If not running interactively, don't do anything
  6. #[[ $- != *i* ]] && return
  7.  
  8. alias ls='ls --color=auto'
  9. #PS1='[\u@\h \W]\$ '
  10. #PS1='\e[1;33;47m\u \e[1;32;47mon \h \e[1;35;47m\d \@\e[0;0m\n\e[1;34m[dir.= \w] \# > \e[0;0m'
  11. #PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]\$ \[\e[m\]\[\e[0;32m\]'
  12. #PROMPT_COMMAND='history -a;echo -en "\033[m\033[38;5;2m"$(( `sed -nu "s/MemFree:[\t ]\+\([0-9]\+\) kB/\1/p" /proc/meminfo`/1024))"\033[38;5;22m/"$((`sed -nu "s/MemTotal:[\t ]\+\([0-9]\+\) kB/\1/Ip" /proc/meminfo`/1024 ))MB"\t\033[m\033[38;5;55m$(< /proc/loadavg)\033[m"'
  13. #PS1='\[\e[m\n\e[1;30m\][$$:$PPID \j:\!\[\e[1;30m\]]\[\e[0;36m\] \T \d \[\e[1;30m\][\[\e[1;34m\]\u@\H\[\e[1;30m\]:\[\e[0;37m\]${SSH_TTY} \[\e[0;32m\]+${SHLVL}\[\e[1;30m\]] \[\e[1;37m\]\w\[\e[0;37m\] \n($SHLVL:\!)\$ '
  14. archey
  15.  
  16. #PS1="\[$blue\]┌─[\[$white\]\@\[$blue\]]─[\[$white\]\u\[$blue\]]─[\[w$hite\]\w\[$blue\]]\n└─[\[$white\]\$\[$blue\]]─>\[$white\]  "
  17. PS1='\[\033[1;34m\]┌─[\[\033[0m\033[1;32m\]\u\[\033[0m\] @ \[\033[1;36m\]\h\[\033[0m\033[1;34m\]]-[\[\033[0m\]\#\[\033[1;34m\]]-[\[\033[0m\]\t\[\033[1;34m\]]\n\[\033[1;34m\]└─[\[\033[0m\]\w\[\033[1;34m\]]-[\[\033[0m\033[1;35m\]\$\[\033[0m\033[1;34m\]]>\[\033[0m\]'
  18.  
  19. #'$(tput bold)\e[0;34m┌─[\e[m$(tput sgr0)\@$(tput bold)\e[0;34m]─[\e[m$(tput sgr0)\u$(tput bold)\e[0;34m]─[\e[m\W\e[0;34m]\n└─[\e[m$(tput sgr0)\$$(tput bold)\e[0;34m]─>\e[m$(tput sgr0)  '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement