Skip to content

Commit 5fa628f

Browse files
✨ feat(fish): Add script rdif to diff remote files and dirs.
1 parent 570045f commit 5fa628f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/fish/aliases.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ alias egrep='grep --color=auto -E'
112112

113113
# diff abbreviation. Use Git's colored diff when available.
114114
command -v git > /dev/null; and abbr --add dif "git diff --no-index --color-words"; or abbr --add dif "diff"
115+
abbr rdif 'rsync -PrHlc --itemize-changes --dry-run'
115116

116117
# Enable aliases to be sudo’ed
117118
alias sudo='sudo '

0 commit comments

Comments
 (0)