From 262ad3ddaabd600c3156ebbbc2b82bc82743d7b3 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 20 Mar 2014 21:35:39 -0600 Subject: [PATCH] new bashrc --- bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4e64d67..4825c5a 100644 --- a/bashrc +++ b/bashrc @@ -15,7 +15,7 @@ if [[ $- != *i* ]] ; then fi # 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 alias emacs='emacs -nw' 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 PATH="/home/ewpt3ch/bin:${PATH}:./:" export VMWARE_USE_SHIPPED_GTK="yes" +export EDITOR=:vim +export PAGER=less keychain -q ~/.ssh/id_ecdsa . ~/.keychain/$HOSTNAME-sh . ~/.keychain/$HOSTNAME-sh-gpg