Add PS1 setup

This commit is contained in:
Hactarus 2016-12-18 12:51:16 +01:00
parent 54bd5338d2
commit 1c2ddd8c5b
3 changed files with 185 additions and 1 deletions

View file

@ -7,7 +7,10 @@ if [ -x /usr/bin/dircolors ]; then
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
alias ls='ls --color=auto'
alias ll='ls -lah'
alias la='ls -A'
alias flip="shuf -i 0-1 -n 1 | sed -e 's/1/Pile/' -e 's/0/Face/'"
alias dl="wget -r -k -T 5 -t 2 -U 'Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0' "
alias paste="pastebin -m -n Hactar"
alias pass="tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs"