mirror of
https://github.com/rclone/rclone.git
synced 2025-07-16 22:42:36 +02:00
Version v1.60.0
This commit is contained in:
@ -18,6 +18,10 @@ to enable it. You can execute the following once:
|
||||
|
||||
echo "autoload -U compinit; compinit" >> ~/.zshrc
|
||||
|
||||
To load completions in your current shell session:
|
||||
|
||||
source <(rclone completion zsh); compdef _rclone rclone
|
||||
|
||||
To load completions for every new session, execute once:
|
||||
|
||||
### Linux:
|
||||
@ -26,7 +30,7 @@ To load completions for every new session, execute once:
|
||||
|
||||
### macOS:
|
||||
|
||||
rclone completion zsh > /usr/local/share/zsh/site-functions/_rclone
|
||||
rclone completion zsh > $(brew --prefix)/share/zsh/site-functions/_rclone
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
Reference in New Issue
Block a user