mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 00:54:58 +00:00
Update cheatsheets
This commit is contained in:
17
linux/xdg-user-dirs-update
Normal file
17
linux/xdg-user-dirs-update
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# xdg-user-dirs-update
|
||||
|
||||
> Update XDG user directories.
|
||||
> More information: <https://manned.org/xdg-user-dirs-update>.
|
||||
|
||||
- Change XDG's DESKTOP directory to the specified directory (must be absolute):
|
||||
|
||||
`xdg-user-dirs-update --set DESKTOP "{{path/to/directory}}"`
|
||||
|
||||
- Write the result to the specified dry-run-file instead of the `user-dirs.dirs` file:
|
||||
|
||||
`xdg-user-dirs-update --dummy-output "{{path/to/dry_run_file}}" --set {{xdg_user_directory}} "{{path/to/directory}}"`
|
||||
Reference in New Issue
Block a user