1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] ~/.local directory should not be stored in the home directory

This commit is contained in:
Hyacinthe Cartiaux 2017-11-07 14:23:37 +01:00
parent 991da87d0f
commit 0a348c1f63

View file

@ -127,3 +127,8 @@ ln -sf $DOTFILES/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
)
[[ "$WORK" != "" ]] && (
mkdir -p $WORK/.local
ln -sf $WORK/.local ~/.local
)