up-to-date bashrc, fix zshrc
This commit is contained in:
parent
0a87a30e45
commit
3d80bb469d
3 changed files with 83 additions and 128 deletions
2
zshrc
2
zshrc
|
@ -187,7 +187,7 @@ fi
|
|||
gdiff() { /usr/bin/git diff --color "$@"; }
|
||||
gdf() {
|
||||
local difftool
|
||||
if difftool=$(whence sdiff-so-fancy); then
|
||||
if difftool=$(whence diff-so-fancy); then
|
||||
gdiff "$@" | $difftool | less --tabs=4 -RSFX
|
||||
else
|
||||
gdiff "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue