7 lines
205 B
Bash
7 lines
205 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
rclone mount onedrive: ~/onedrive/ --umask 022 --daemon --vfs-cache-mode full --dir-cache-time 72h --vfs-cache-max-age 1h --vfs-cache-max-size 1G &
|