diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index bb2a692..198231d 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -273,6 +273,14 @@ in { NVIM_APPNAME=$(basename $config) nvim $* } + svndiffless() { + svn diff "$@" |diff-so-fancy |less -R + } + + svndiffless-nows() { + svn diff -x -w "$@" |diff-so-fancy |less -R + } + # unset oh-my-zsh's gk so that gk can refer to the gitkraken-cli unalias gk '';