mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #388 from genebean/svndiffs
Add two functions for doing diffs with svn
This commit is contained in:
commit
a8c49a972f
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