mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add two functions for doing diffs with svn
This commit is contained in:
parent
6d6aa91f57
commit
245f4a4d21
1 changed files with 8 additions and 0 deletions
|
|
@ -273,6 +273,14 @@ in {
|
||||||
NVIM_APPNAME=$(basename $config) nvim $*
|
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
|
# unset oh-my-zsh's gk so that gk can refer to the gitkraken-cli
|
||||||
unalias gk
|
unalias gk
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue