add git ignore-untracked, bump emacs.d (removed emacs-for-python in favor of jedi)

This commit is contained in:
Ivan Malison 2014-05-09 01:29:37 -07:00
parent 9bcd6bc22c
commit 25598a83cd
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,6 @@
dotfiles
========
To get started, install gcc and run:
To get started run:
``curl https://raw.githubusercontent.com/IvanMalison/dotfiles/master/web_start.sh | sh /dev/stdin``

@ -1 +1 @@
Subproject commit 88a8048591b2de0a422e74bc96049777c7a40b92
Subproject commit 4e5b60b261a7ce26b6968ac6e606051d2130efef

View File

@ -17,6 +17,7 @@
dtbmb = !git diff `git tb`...HEAD
root = rev-parse --show-toplevel
ignore = "!i() { printf \"\n$1\" >> "`git root`/.gitignore"; }; i"
ignore-untracked="!git untracked | xargs -n1 git ignore"
power-clean = clean -ffd
db = !"db() { git diff HEAD~"$1"; }; db"