aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc.d/wayland.sh
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bashrc.d/wayland.sh')
-rw-r--r--home/.bashrc.d/wayland.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.bashrc.d/wayland.sh b/home/.bashrc.d/wayland.sh
deleted file mode 100644
index ec9aa62..0000000
--- a/home/.bashrc.d/wayland.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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