Skip to content

Commit

Permalink
update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlivio committed Apr 12, 2023
1 parent b4e9f7f commit dcb8d51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

BH_DIR="$(dirname "${BASH_SOURCE[0]}")"
BH_LIB="$(dirname "${BASH_SOURCE[0]}")/lib"
BH_LIB="$BH_DIR/lib"
if [ -z "${BH_BIN}" ]; then BH_BIN="$HOME/bin"; fi

#########################
Expand Down Expand Up @@ -30,7 +30,6 @@ esac
if type adb &>/dev/null; then source "$BH_LIB/adb.bash"; fi
if type cmake &>/dev/null; then source "$BH_LIB/cmake.bash"; fi
if type ffmpeg &>/dev/null; then source "$BH_LIB/ffmpeg.bash"; fi
if type flutter &>/dev/null; then source "$BH_LIB/flutter.bash"; fi
if type gs &>/dev/null; then source "$BH_LIB/gs.bash"; fi
if type git &>/dev/null; then source "$BH_LIB/git.bash"; fi
if type lxc &>/dev/null; then source "$BH_LIB/lxc.bash"; fi
Expand Down

0 comments on commit dcb8d51

Please sign in to comment.