#!/usr/bin/env bash
$:
source
. /etc/profile
Grab here free great .bash_profile FREE!
# System-wide file for interactive bash shells. .bash_profile e ja era…
PS1="\n\[\033[0;34m\]:: \#\$\\[\e[m\]\[\033[34m\] : \u@\h @ \[\033[1;34m\]\w \[$ /usr/bin/wc -l | /bin/sed 's: ::g') : \[\033[34m\]\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\033[0m\]\n:: \[\033[0m\]" PS1="\n\[\033[0;34m\]:: \#\$\\[\e[m\]\[\033[34m\] : \u@\h @ \[\033[1;34m\]\w \[\033[0;34m\]: \$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed 's: ::g') : \[\033[34m\]\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\033[0m\]\n:: \[\033[0m\]" PS1="\n\[\033[0;34m\]:: \#\$\\[\e[m\]\[\033[34m\] : \u@\h @ \[\033[39m\]\w \[\033[38m\]: \$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed 's: ::g') : \[\033[38m\]\$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\033[0m\]\n:: \[\033[0m\]" export LS_OPTIONS='--color=auto' eval `dircolors` alias ls='ls $LS_OPTIONS' alias ll='ls -lh'
if [ -n "$PS1" ]; then PS1='\h:\w \u\$ '; fi