Skip to content

Commit b1dc966

Browse files
committed
add dfo back
1 parent 6d1190e commit b1dc966

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.bash_profile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ source_if_exists() {
3131
fi
3232
}
3333

34-
# TODO: move this to darwin, perhaps including the homebrew path addition above
34+
# TODO: Make this Darwin specific, perhaps including the homebrew path addition above
3535
if command -v brew &> /dev/null; then
3636
export HOMEBREW_ROOT="$(brew --prefix)"
3737
source_if_exists "${HOMEBREW_ROOT}/etc/profile.d/autojump.sh"
3838
source_if_exists "${HOMEBREW_ROOT}/etc/profile.d/bash_completion.sh"
3939
fi
4040

41-
4241
source_if_exists "$HOME/.fzf.bash" # fzf --bash > ~/.fzf.bash
4342
source_if_exists "$HOME/.bashrc"
4443

.gitconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
co = checkout
4343
dc = diff --cached
4444
df = "diff --name-only"
45+
dfo = "!git df $(git opb)"
4546
ri = rebase -i
4647

47-
4848
amend = commit --amend
4949
aa = add --all .
5050
buu = "branch --unset-upstream"
@@ -71,7 +71,7 @@
7171
mod = "!git ls-files --modified ."
7272
del = "!git ls-files --deleted ."
7373
new = "!git ls-files --others --exclude-standard"
74-
# ignored = "!git ls-files --others --ignored --exclude-standard * **/*"
74+
ignored = "!git ls-files --others --ignored --exclude-standard * **/*"
7575

7676
# Move fast and commit things
7777
bump = "commit --allow-empty -m'ci-bump'"

0 commit comments

Comments
 (0)