Code: Select all
export PS1=' \[\033[01;36m\]\A$(uptime | cut -d "p" -f 2 | cut -d "," -f1)up \[\033[01;32m\]$(free | tail -n 2 | head -n 1 | cut -d " " -f 12-)Kb $((($(ls -l /proc/ | grep -v "total" | grep -v "^l" | grep -c "[1234567890]$")-2)))prc$(uptime | cut -d ":" -f 5|cut -d"," -f1)$(uptime | cut -d ":" -f 5|cut -d"," -f2)$(uptime | cut -d ":" -f 5|cut -d "," -f3) \[\033[01;36m\]\w\n \[\033[01;32m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]'






