Commit 23305f04 authored by Dylan Araps's avatar Dylan Araps

General: Reorder PATH

parent de15bf52
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment