# Check for an interactive session [ -z "$PS1" ] && return #alias ls='ls --color=auto' alias ls='/usr/bin/vendor_perl/ls++' PS1='\u@\h \W > ' alias fullupdate='sudo yaourt -Syu --aur --noconfirm' export EDITOR=nano dir='/usr/share/cows/' file=`/bin/ls -1 "$dir" | sort --random-sort | head -1` cow=$(echo "$file" | sed -e "s/\.cow//") fortune -a | cowsay -f $cow function parse_git_branch { git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' } export PSPSDK="/home/andor/psp/pspsdk/psp/sdk" export PS1='\[\033[0;31m\]\u \[\033[1;36m\]\w $(parse_git_branch)\n\[\033[1;32m\]> \[\033[00m\]'