dynaimic solarized profiles for iTerm, solarized for mac ls

This commit is contained in:
Petr Nyc
2023-02-20 18:14:35 +01:00
parent c9abc619cf
commit cab2da3b4d
7 changed files with 449 additions and 16 deletions

View File

@@ -18,14 +18,9 @@
vimdiff = difftool -y -t vimdiff
# tricks from https://www.durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
# show vimdiff of the commit, for all files in the commit
diffc = "!f() { git diff ${1}^1 ${1}; }; f"
vimdiffc = "!f() { git vimdiff ${1}^1 ${1}; }; f"
# show diff for file in the commit
diffcf = "!f() { git diff ${1}^1 ${1} -- $2; }; f"
vimdiffcf = "!f() { git vimdiff ${1}^1 ${1} -- $2; }; f"
# if no file is specified, show diff for all files in the changeset
diffc = "!f() { git diff ${1}^1 ${1} -- $2; }; f"
vimdiffc = "!f() { git vimdiff ${1}^1 ${1} -- $2; }; f"
[user]
name = Petr Nyc
@@ -33,7 +28,3 @@
[merge]
tool = vimdiff
[user]
email = jet.jetpac@gmail.com
name = Petr Nyc