This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:onedrive:linux [2024/01/16 19:42] – created deul | linux:onedrive:linux [2025/10/09 07:30] (current) – [Aliases] jansen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Using One Drive====== | + | ======Using One Drive on Linux====== |
| =====Setup One Drive===== | =====Setup One Drive===== | ||
| Line 151: | Line 151: | ||
| homeserver:/ | homeserver:/ | ||
| Indeed onedrive is not mounted on this mountpoint any more | Indeed onedrive is not mounted on this mountpoint any more | ||
| + | |||
| + | ===== Easy aliases ===== | ||
| + | To make life a bit easier (after the configuration has been set up), you can of course set up some aliases in your .login (tcsh) or .bashrc (bash), e.g. | ||
| + | For the bash shell: | ||
| + | alias mountonedrive=' | ||
| + | alias umountonedrive=' | ||
| + | For tcsh: | ||
| + | alias mountonedrive ' | ||
| + | alias umountonedrive ' | ||