1
0
Fork 0

up-to-date bashrc, fix zshrc

This commit is contained in:
Von Random 2018-07-10 03:25:36 +03:00
parent 0a87a30e45
commit 3d80bb469d
3 changed files with 83 additions and 128 deletions

2
zshrc
View file

@ -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 "$@"