diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ diffWith() { diffFile="/tmp/diffwith-$(safedir $diffCmd).patch" $diffCmd > $diffFile dos2unix -q $diffFile - ( gvim -f $diffFile ; rm $diffFile ) & + ( $EDITOR $diffFile ; rm -f $diffFile ) & } showimage() { |