Compare commits
2 Commits
60a46ca129
...
6854c3bfa8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6854c3bfa8 | ||
|
|
87cc0c95ac |
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