mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
ok, precomposeunicode is weird
This commit is contained in:
parent
2daea337db
commit
65aa936483
@ -16,7 +16,10 @@
|
|||||||
quotepath = false
|
quotepath = false
|
||||||
|
|
||||||
# Handle umlauts and such better on OS X
|
# Handle umlauts and such better on OS X
|
||||||
precomposeunicode = true
|
# for whatever crazy reason this explicitly
|
||||||
|
# has to be set to false so tracked files with
|
||||||
|
# special characters don't get treated as untracked
|
||||||
|
precomposeunicode = false
|
||||||
|
|
||||||
# Make `git rebase` safer on OS X
|
# Make `git rebase` safer on OS X
|
||||||
# More info: http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
# More info: http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
||||||
|
Loading…
Reference in New Issue
Block a user