mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 03:37:12 +00:00
General: Reorder PATH
This commit is contained in:
2
neofetch
2
neofetch
@@ -17,7 +17,7 @@ export LC_ALL=C
|
|||||||
export LANG=C
|
export LANG=C
|
||||||
|
|
||||||
# Add /usr/sbin and /sbin to PATH.
|
# Add /usr/sbin and /sbin to PATH.
|
||||||
export PATH="${PATH}:/usr/sbin:/sbin"
|
export PATH="/usr/sbin:/sbin:${PATH}"
|
||||||
|
|
||||||
# Set no case match.
|
# Set no case match.
|
||||||
shopt -s nocasematch
|
shopt -s nocasematch
|
||||||
|
|||||||
Reference in New Issue
Block a user