forked from colonelpanic/dotfiles
add git ignore-untracked, bump emacs.d (removed emacs-for-python in favor of jedi)
This commit is contained in:
@@ -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``
|
||||
|
Submodule dotfiles/emacs.d updated: 88a8048591...4e5b60b261
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user