File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
3535if 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"
3939fi
4040
41-
4241source_if_exists " $HOME /.fzf.bash" # fzf --bash > ~/.fzf.bash
4342source_if_exists " $HOME /.bashrc"
4443
Original file line number Diff line number Diff line change 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"
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'"
You can’t perform that action at this time.
0 commit comments