mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-27 15:36:49 +00:00
Symlinks: use $D documents
This commit is contained in:
parent
9291f2b0e4
commit
e03f2180f9
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/fish
|
||||
for i in Downloads Music Pictures Videos
|
||||
for i in Documents Downloads Music Pictures Videos
|
||||
rmdir ~/$i
|
||||
ln -s $D/$i ~/$i
|
||||
end
|
||||
|
@ -13,7 +13,7 @@ for i in '# This file is written by xdg-user-dirs-update
|
|||
#
|
||||
XDG_DESKTOP_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="/mnt/LocalDiskD/Downloads"
|
||||
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
||||
XDG_DOCUMENTS_DIR="/mnt/LocalDiskD/Documents"
|
||||
XDG_MUSIC_DIR="/mnt/LocalDiskD/Music"
|
||||
XDG_PICTURES_DIR="/mnt/LocalDiskD/Pictures"
|
||||
XDG_VIDEOS_DIR="/mnt/LocalDiskD/Videos"
|
||||
|
|
Loading…
Reference in a new issue