General: Reorder PATH
This commit is contained in:
parent
de15bf52c0
commit
23305f0486
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