Skip to content

Instantly share code, notes, and snippets.

@utternerd
Last active August 29, 2015 14:10
Show Gist options
  • Save utternerd/5fe40ee8f7c4a7f650cb to your computer and use it in GitHub Desktop.
Save utternerd/5fe40ee8f7c4a7f650cb to your computer and use it in GitHub Desktop.
Less verbose BASH Prompt
PROMPT_COMMAND='history -a;echo -en "\033[m\033[38;5;2m"$(( `sed -n "s/MemFree:[\t ]\+\([0-9]\+\) kB/\1/p" /proc/meminfo`/1024))"\033[38;5;22m/"$((`sed -n "s/MemTotal:[\t ]\+\([0-9]\+\) kB/\1/Ip" /proc/meminfo`/1024 ))MB"\t\033[m\033[38;5;21m$(< /proc/loadavg)\033[m"'
PS1='\n\e[1;34m\][\e[1;37m\]\u@\H\[\e[1;37m\]:\e[0;34m\] \[\e[1;37m\]\w\[\e[0;37m\] (\t)\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment