mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-25 04:27:54 +01:00
{bash,zsh}rc: xdg-user-dirs is not universal
I accidentally noticed this with toolbox and created Arch, Fedora, Ubuntu just to test it and only Ubuntu had it. I hope that means Debian does too
This commit is contained in:
parent
d156060514
commit
1df6994c54
@ -1035,7 +1035,10 @@ fi
|
||||
|
||||
# Note if my xdg runtime dir setting is broken.
|
||||
if ! hash xdg-user-dir 2> /dev/null; then
|
||||
echo "!!!"
|
||||
echo "WARNING! xdg-user-dir not found."
|
||||
echo "Install package xdg-user-dirs on Arch, Fedora."
|
||||
echo ""
|
||||
fi
|
||||
|
||||
# vim: filetype=bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user