General: Reorder PATH
This commit is contained in:
parent
de15bf52c0
commit
23305f0486
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -17,7 +17,7 @@ export LC_ALL=C
|
|||
export LANG=C
|
||||
|
||||
# Add /usr/sbin and /sbin to PATH.
|
||||
export PATH="${PATH}:/usr/sbin:/sbin"
|
||||
export PATH="/usr/sbin:/sbin:${PATH}"
|
||||
|
||||
# Set no case match.
|
||||
shopt -s nocasematch
|
||||
|
|
Loading…
Reference in a new issue