summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-28 03:39:07 +0100
committerache <ache@ache.one>2018-01-28 03:39:07 +0100
commitfa7dba4e31d065fead20f41c6c9902050063960a (patch)
treeab7a10402b5c4b316e9754dbd8208d5684ba1670 /functions
parentUpdate remove cmd (diff)
Add a alias for cp files
Diffstat (limited to 'functions')
-rw-r--r--functions/rsync.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/rsync.fish b/functions/rsync.fish
new file mode 100644
index 0000000..196dba1
--- /dev/null
+++ b/functions/rsync.fish
@@ -0,0 +1 @@
+alias rsync='rync -ah --progress'