~ rkirk /.bashrc

# login shells read ~/.profile
# interactive shells read ~/.bashrc
# in our setup, /etc/profile sources ~/.bashrc - thus all
# settings made here will also take effect in a login shell.
#
# make language settings in ~/.profile rather than
# here, since multilingual X sessions would not work properly if LANG is over-
# ridden in every subshell.

export EDITOR=/usr/bin/vim
test -s ~/.alias && . ~/.alias || true

# ===================
# my personal aliases
# ===================
alias exampleprompt="PS1='user@\s\w:'"
alias DF="df -hT"
alias kjl="konqueror ./ &"
alias l="ls -1 --color=never --file-type"
alias leer="gwenview -f &"