diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 339a22e..1a634db 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,13 +7,25 @@ set -o vi [[ $- != *i* ]] && return alias ls='ls --color=auto' -alias ll='ls -la' -#alias school='cd !SCHOOL_FOLDER' +alias ll='ls -laF' alias xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' +alias rtv='rtv --enable-media' + +alias sloc='sloccount' + PS1='[\u@\h \W]\$ ' +export GPG_TTY=$(tty) + MAIL=/var/spool/mail/tje && export MAIL -export EDITOR=vi +export EDITOR=vim + + +export IRCNICK="TropicalTea" +export IRCNAME="tje" +export IRCSERVER="chat.freenode.net" + +alias word=wordgrinder |