cleanup #4
1
bashrc
1
bashrc
@@ -15,6 +15,7 @@ fi
|
||||
|
||||
source "$LWS/functions.sh"
|
||||
source_directory_sh "$LWS/rc"
|
||||
source_directory_sh "$HOME/.bashrc.d"
|
||||
|
||||
append_path "$LWS/bin"
|
||||
append_path "$LWS/opt/bin"
|
||||
|
||||
1
rc/01-path.sh
Normal file
1
rc/01-path.sh
Normal file
@@ -0,0 +1 @@
|
||||
prepend_path_try "$HOME/.local/bin"
|
||||
@@ -1,5 +0,0 @@
|
||||
# Load user locals bashrc
|
||||
|
||||
source_directory_sh "$LWS/rc.local"
|
||||
# user operations are in the end to have change to change everyting/anything
|
||||
source_directory_sh "$HOME/.bashrc.d"
|
||||
Reference in New Issue
Block a user