ref(fish): set is local by default

This commit is contained in:
Léana 江 2023-05-06 17:19:00 +02:00 committed by Léana 江
parent 35e733418f
commit c33a8aaea8
7 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
function upload
if count $argv >/dev/null
set -f dest_name (file_mantissa $argv)"_"(timestamp)(file_extension $argv)
set dest_name (file_mantissa $argv)"_"(timestamp)(file_extension $argv)
rsync -r -v --chown=caddy:caddy --chmod=u=rwX,g=rX,o=rX --exclude ".DS_Store" --update --times --compress --delay-updates \
$argv \