Skip to content

Commit

Permalink
'lib/init' - adjust locations of libs
Browse files Browse the repository at this point in the history
  • Loading branch information
fbnmtz committed Jan 15, 2023
1 parent 8345c3a commit 7ba0cfe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions init
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env bash
#
# ############################################################################
# Project: xshell (none)
# File...: lib/init
# Project: xSHELL (none)
# File...: init
# Created: Thursday, 2021/05/20 - 13:18:34
# Author.: @fbnmtz, fgm ((fabiano.matoz@gmail.com)
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~
# Last Modified: Saturday, 2023/01/14 - 19:01:41
# Last Modified: Sunday, 2023/01/15 - 16:07:42
# Modified By..: @fbnmtz, (fabiano.matoz@gmail.com)
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~
# Version: 0.1.8.216
# Version: 0.1.9.220
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~
# Description:
# >
Expand Down Expand Up @@ -78,10 +78,9 @@ use(){

local current_path=$(dirname "$0")
local locations=(
"$current_path/xSHELL/lib/$lib_file"
"$current_path/$lib_file"
"$current_path/lib/$lib_file"
"$HOME/bin/lib/$lib_file"
"$HOME/bin/xSHELL/$lib_file"
"$HOME/bin/lib/vendor/$lib_file"
)
local included=''
Expand Down

0 comments on commit 7ba0cfe

Please sign in to comment.