profile.freebsd: Added XDG_RUNTIME_DIR
This commit is contained in:
parent
4ebb400c61
commit
af69e80c80
3 changed files with 13 additions and 0 deletions
8
.profile
8
.profile
|
|
@ -7,3 +7,11 @@ if [ -d "$HOME/.profile.d" ]; then
|
|||
. "$pd"
|
||||
done
|
||||
fi
|
||||
|
||||
command -v uname >/dev/null &&
|
||||
case $(uname) in
|
||||
FreeBSD)
|
||||
. "$HOME/.profile.freebsd"
|
||||
;;
|
||||
esac \
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue