debian #1

Open
fabian wants to merge 53 commits from debian into master
Showing only changes of commit 2d4027379b - Show all commits

View File

@@ -1,5 +1,6 @@
if [ "$TERM" == 'xterm-kitty' ]; then if [ "$TERM" == 'xterm-kitty' ]; then
alias ssh='kitty +kitten ssh' alias ssh='kitty +kitten ssh'
alias diff='kitty +kitten diff'
fi fi
DEFAULT_RSYNC='--info=ALL --recursive --delay-updates --human-readable --links --hard-links --perms' DEFAULT_RSYNC='--info=ALL --recursive --delay-updates --human-readable --links --hard-links --perms'