Skip to content

Commit

Permalink
default editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Fast committed Jan 13, 2012
1 parent 77cef47 commit 52d3b98
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions bash/config
@@ -1,8 +1,11 @@
###########
# general #
###########
export EDITOR='mvim'
export GIT_EDITOR='/usr/local/bin/mvim -'
#export EDITOR='mvim -f --nomru -c "au VimLeave * !open -a Terminal"'
#export EDITOR='mvim'
#export GIT_EDITOR='/usr/local/bin/mvim -'

export EDITOR=vim

# Autocorrect mispelled directories
shopt -s cdspell
Expand Down Expand Up @@ -71,3 +74,14 @@ if [ -f "${SSH_ENV}" ]; then
else
start_agent;
fi

# POSTGRESQL
export PGHOST=localhost
export PGPORT=5432
export PGUSER=tomfast
export PGDATABASE=template1
export PGPASSFILE=~/.pgpass
export PGSSLMODE=prefer
export PGDATESTYLE=ISO
export PGTZ=America/Vancouver
export PGCLIENTENCODING=UTF8

0 comments on commit 52d3b98

Please sign in to comment.