feat: move configuration files inside home folder
This commit is contained in:
4
home/.config/zsh/ohmyzsh/plugins/cp/cp.plugin.zsh
Normal file
4
home/.config/zsh/ohmyzsh/plugins/cp/cp.plugin.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
cpv() {
|
||||
rsync -pogbr -hhh --backup-dir="/tmp/rsync-${USERNAME}" -e /dev/null --progress "$@"
|
||||
}
|
||||
compdef _files cpv
|
Reference in New Issue
Block a user