config(zsh): add rclone env

main
sudo pacman -Syu 2024-09-15 17:36:08 +07:00
parent bae0b0eb09
commit 6ffbc6a634
1 changed files with 7 additions and 0 deletions

View File

@ -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"