From c0d7006026175fdf6cdb6ae53ca4b948edbb986c Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 25 Feb 2018 22:11:19 -0500 Subject: mutt/msmtp/mbsync setting for multiple accounts Also made minor changes to other configs. Added .gitignore for qutebrowser file --- bash/.bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index c5d7852..2dd8f61 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,7 +7,7 @@ source ~/.pass_completion [[ $- != *i* ]] && return alias ls='ls --color=auto' -alias ll='ls -la' +alias ll='ls -laF' alias school='cd /home/tje/Documents/landmark' alias embed='school && cd CS2771' alias os='school && cd CS3871' @@ -19,7 +19,11 @@ alias art='school && cd HIS1031' alias xcopy='xclip -selection clipboard' alias xpaste='xclip -selection clipboard -o' +alias sloc='sloccount' + PS1='[\u@\h \W]\$ ' +export GPG_TTY=$(tty) + MAIL=/var/spool/mail/tje && export MAIL export EDITOR=vi -- cgit v1.1 From d2caf851eac8284d134f5a440b65a492dd08039f Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 7 Mar 2018 20:28:31 -0500 Subject: Makes minor changes to X, bash, i3, and tmux --- bash/.bashrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bash') 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 -- cgit v1.1