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:
2
.profile
2
.profile
@@ -5,7 +5,7 @@
|
|||||||
export DISPLAY_SERVER="xorg"
|
export DISPLAY_SERVER="xorg"
|
||||||
|
|
||||||
# Adds `~/.local/bin` and all subdirectories to $PATH
|
# 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
|
# Add flatpak to path
|
||||||
export PATH="/var/lib/flatpak/exports/bin:${PATH}"
|
export PATH="/var/lib/flatpak/exports/bin:${PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user