My bash profile

I keep my profile in a file named .username and source it when I need to use it.

Right now my basic one is,

### Command Prompt
PS1="\n---------------------------------\[\e]0;\w\a\]\n\t \[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ "

### Aliases
alias rm='rm -i'
alias mv='mv -i'
alias cp='cp -i'
alias pico='pico -r3000'
alias ls='ls -F'
alias ll='ls -l'
alias ltr='ls -ltr'
#alias vi="vim"
alias htdocs="cd /var/www/localhost/htdocs"
alias w="w | sort"

Page Comments (Click to edit)

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Powered by pmwiki-2.2.0-beta65