config(zsh): add rclone env
parent
bae0b0eb09
commit
6ffbc6a634
|
@ -148,6 +148,13 @@ if command -v just &>/dev/null; then
|
||||||
eval "$(just --completions zsh)"
|
eval "$(just --completions zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://github.com/rclone/rclone
|
||||||
|
if command -v rclone &>/dev/null; then
|
||||||
|
export RCLONE_PROGRESS=true
|
||||||
|
# https://github.com/rclone/rclone/issues/8063
|
||||||
|
# export RCLONE_EXCLUDE=".DS_Store"
|
||||||
|
fi
|
||||||
|
|
||||||
# https://github.com/crate-ci/typos
|
# https://github.com/crate-ci/typos
|
||||||
if command -v typos &>/dev/null; then
|
if command -v typos &>/dev/null; then
|
||||||
alias typo="typos --config ~/.config/typos/typos.toml"
|
alias typo="typos --config ~/.config/typos/typos.toml"
|
||||||
|
|
Loading…
Reference in New Issue