Skip to content

Commit d304540

Browse files
committed
feat(logging): updated install logic and logging
1 parent b74377f commit d304540

10 files changed

Lines changed: 276 additions & 145 deletions

File tree

Shell/.bashrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# shellcheck source=/dev/null
55

66
# Sourcing standard logging library
7-
REPO_ROOT="$(git rev-parse --show-toplevel)"
8-
source "${REPO_ROOT}/utils/logging.sh"
7+
source "${HOME}/utils/logging.sh"
98

109
# Initial logging
1110
init_logger --color

Shell/.zshrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# shellcheck source=/dev/null
55

66
# Sourcing standard logging library
7-
REPO_ROOT="$(git rev-parse --show-toplevel)"
8-
source "${REPO_ROOT}/utils/logging.sh"
7+
source "${HOME}/utils/logging.sh"
98

109
# Initial logging
1110
init_logger --color

0 commit comments

Comments
 (0)