This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:onedrive:linux [2024/01/16 19:42] – deul | linux:onedrive:linux [2025/10/09 07:30] (current) – [Aliases] jansen | ||
|---|---|---|---|
| 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 ' | ||