new bashrc

This commit is contained in:
2014-03-20 21:35:39 -06:00
parent 91eb57070f
commit 262ad3ddaa
+3 -1
View File
@@ -15,7 +15,7 @@ if [[ $- != *i* ]] ; then
fi fi
# Put your fun stuff here. # Put your fun stuff here.
source /etc/profile.d/bash-completion.sh #source /etc/profile.d/bash-completion.sh
source ~/todo.txt-cli/todo_completion source ~/todo.txt-cli/todo_completion
alias emacs='emacs -nw' alias emacs='emacs -nw'
alias t='$HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg' alias t='$HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg'
@@ -23,6 +23,8 @@ alias nano='nano -w'
complete -F _todo t complete -F _todo t
PATH="/home/ewpt3ch/bin:${PATH}:./:" PATH="/home/ewpt3ch/bin:${PATH}:./:"
export VMWARE_USE_SHIPPED_GTK="yes" export VMWARE_USE_SHIPPED_GTK="yes"
export EDITOR=:vim
export PAGER=less
keychain -q ~/.ssh/id_ecdsa keychain -q ~/.ssh/id_ecdsa
. ~/.keychain/$HOSTNAME-sh . ~/.keychain/$HOSTNAME-sh
. ~/.keychain/$HOSTNAME-sh-gpg . ~/.keychain/$HOSTNAME-sh-gpg