General: Reorder PATH

This commit is contained in:
Dylan Araps 2016-12-19 00:40:55 +11:00
parent de15bf52c0
commit 23305f0486
1 changed files with 1 additions and 1 deletions

View File

@ -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