cleaning up, added dircolors and sourced in bashrc added tag names to dwm.conf added redshift

This commit is contained in:
2014-03-28 15:15:46 -06:00
parent a264b898a2
commit 1fb54b7b1d
4 changed files with 549 additions and 0 deletions
+4
View File
@@ -20,6 +20,10 @@ source ~/todo.txt-cli/todo_completion
alias emacs='emacs -nw'
alias t='$HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg'
alias nano='nano -w'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
complete -F _todo t
PATH="/home/ewpt3ch/bin:${PATH}:./:"
export VMWARE_USE_SHIPPED_GTK="yes"