aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-03-07 20:28:31 -0500
committerTucker Evans <tuckerevans24@gmail.com>2018-03-07 20:28:31 -0500
commitd2caf851eac8284d134f5a440b65a492dd08039f (patch)
tree97a4bb91e3e950744bd7f6c251fae6eabd5b87ad /bash
parentd90cb0cd930cc98be41fdca08fbd2a56871989c8 (diff)
Makes minor changes to X, bash, i3, and tmux
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc11
1 files changed, 10 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 2dd8f61..6453f1e 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -19,6 +19,8 @@ alias art='school && cd HIS1031'
alias xcopy='xclip -selection clipboard'
alias xpaste='xclip -selection clipboard -o'
+alias rtv='rtv --enable-media'
+
alias sloc='sloccount'
PS1='[\u@\h \W]\$ '
@@ -26,4 +28,11 @@ 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