Answer the question
In order to leave comments, you need to log in
Are aliases possible for Russian directories in linux?
Good day!
The question is:
When working in bash (Linux Mint), you have to constantly escape spaces, which is not very convenient, and switching the layout every time is also not very good.
For example, cd /home/user/Рабочий\ стол
Is it possible to create aliases for directories. For example, instead Рабочий\ стол
of typing Desktop
?
The Russian-language version of LINUX is installed. Do not offer a solution to the issue with installing the English version of linux and then switching the language to Russian, although the option is working)))
Thank you in advance)
Answer the question
In order to leave comments, you need to log in
in the file ~/.config/user-dirs.dirs we change/write the path and name for the desktop:
XDG_DESKTOP_DIR="$HOME/desktop"
export XDG_DESKTOP_DIR="$HOME/desktop"
$ systemd-path
$ systemd-path user-desktop
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question