1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-24 14:59:46 +01:00

profile: swap path order

This commit is contained in:
2025-11-24 01:42:15 +01:00
parent 5bdaff6248
commit 99a12f4339

View File

@@ -5,7 +5,7 @@
export DISPLAY_SERVER="xorg"
# Adds `~/.local/bin` and all subdirectories to $PATH
export PATH="${PATH}:$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export PATH="$(du "${HOME}/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')":${PATH}
# Add flatpak to path
export PATH="/var/lib/flatpak/exports/bin:${PATH}"