Skip to content

Instantly share code, notes, and snippets.

@worldofchris
Created July 25, 2013 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofchris/6078485 to your computer and use it in GitHub Desktop.
Save worldofchris/6078485 to your computer and use it in GitHub Desktop.
C64 .profile for bash
clear
export PS1=$
free="$(( $(vm_stat | awk '/free/ {gsub(/\./, "", $3); print $3}') * 4096 / 1048576)) MiB free"
echo \*\*\*\* bash $BASH_VERSION \*\*\*\*
echo
echo $free
echo
echo READY.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment