diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-09-27 13:25:11 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-09-27 13:25:11 -0400 |
commit | cdc05b97222cd4b4dab9bf8c933e00e5b08df408 (patch) | |
tree | a81e7905442704be893cb4ea8a029aa63918dbab /bash/.bash_profile | |
parent | 7bb6ad6656fc93fad21d062905f58bef1c9cd7e2 (diff) |
Update bash configs
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 6d8c25b..86b5194 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -2,3 +2,5 @@ # Get the aliases and functions [ -f $HOME/.bashrc ] && . $HOME/.bashrc + +PATH=/sbin:$PATH |