added mongodb alias. removed port var

pull/1/head
Adam Veldhousen 2014-10-02 09:38:09 -05:00
parent 02cfa6cba4
commit 40401627fb
5 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,8 @@ alias gmt='git mergetool'
alias grc='git rebase --continue'
alias gk='git fetch origin; git remote prune origin; gitk --all &'
alias dlb='dml'
alias mongodps="mongod --config /usr/local/etc/mongod.conf --fork --logpath ~/.docs/mongo.log"
# delete merged local branches
function dml(){
for b in `git branch --merged | grep -v \*`; do git branch -D $b; done

View File

@ -16,7 +16,6 @@ export EDITOR=vim # Default Editor
export VISUAL=$EDITOR # Visual not really used differently from EDITOR anymore
export LESS='-iMR' # Case insensite search, verbose prompting and raw output
export PAGER=less # Used to display text / man files
export PORT=3001
#

View File

@ -15,7 +15,6 @@ export EDITOR=vim # Default Editor
export VISUAL=$EDITOR # Visual not really used differently from EDITOR anymore
export LESS='-iMR' # Case insensite search, verbose prompting and raw output
export PAGER=less # Used to display text / man files
export PORT=3001
#
# History

View File

@ -80,7 +80,7 @@
# Make `git rebase` safer on OS X
# More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/>
trustctime = false
editor = gvim
editor = vim
autocrlf = input
[color]

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ Tools/vim/tutor/
.lesshst
.atom/compile-cache
./assets/**/lib