aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc.d/wayland.sh
blob: ec9aa6291eafc1812c8feb3d47f56b707c3ac546 (plain) (blame)
1
2
3
4
5
6
7
8
# Update PATH to include custom directories. This is a workaround for
# gnome-wayland, which does not load /etc/profile

export PATH=/usr/local/sbin:/usr/sbin:/sbin:"$PATH"

if [ -n "$HOME" ] && [ -d "$HOME/bin" ]; then
    export PATH="$HOME/bin:$PATH"
fi