summaryrefslogtreecommitdiff
path: root/bashs/.bashrc
blob: 3d4fd1de4651a60fb93edd0df59fa91b13f22563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PS1="\u\w\\$\[$(tput sgr0)\]"
cd ~
alias date='date +"%a, %h %d, %Y  %r"'
alias ls='ls -lah'
alias nsxiv='nsxiv -a'
alias slock='slock -m "$(fortune)"'
alias wrath=' wrath -basedir ~/.wrath'
alias gcc='egcc'
alias ed='ed -p*'
export CVSROOT=dems:/var/www/cvs/
export CVS_RSH=ssh
export EDITOR=ed