aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-09-13 19:08:32 +0200
committerDavid Runge <dave@sleepmap.de>2018-09-13 19:08:32 +0200
commitf31796d7db54baa60306c4adcc5601eaea8d43ee (patch)
tree9c166b3f5df91921d836490224b4c45be96f05c5 /.zsh.after
parentf383ea1983e6458ca4a5b59192ec5f87e8d57387 (diff)
downloaddotfiles-f31796d7db54baa60306c4adcc5601eaea8d43ee.tar.gz
dotfiles-f31796d7db54baa60306c4adcc5601eaea8d43ee.tar.bz2
dotfiles-f31796d7db54baa60306c4adcc5601eaea8d43ee.tar.xz
dotfiles-f31796d7db54baa60306c4adcc5601eaea8d43ee.zip
.zsh.after/functions.zsh: Make rsync output in backup_folder() human readable. Remove weird custom coloring foo.
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/functions.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh
index b089ff6..e2af147 100644
--- a/.zsh.after/functions.zsh
+++ b/.zsh.after/functions.zsh
@@ -203,13 +203,13 @@ ex2() {
## RSYNC
backupinfo() {
- log_cyan "INFO"
rsync\
-r\
-n\
-t\
-p\
-o\
+ -h\
-g\
-v\
--progress\
@@ -232,6 +232,7 @@ backupfolder() {
-t\
-p\
-o\
+ -h\
-g\
-v\
--progress\