Skip to content

Commit be795ff

Browse files
committed
fix: source directory is now in user home
1 parent 1a6d07a commit be795ff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Desc: default user bashrc template
44
# Version: 1.0.x
55

6-
. "/opt/bashful/src/main.sh"
6+
. "~/.bashful/main.sh"

main.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# Version: 1.0.x
55

66
# bashful information
7-
export BASHFUL_OPT="/opt/bashful"
8-
export BASHFUL_DIR="$BASHFUL_OPT/src"
7+
export BASHFUL_DIR="$HOME/.bashful"
98
export BASHFUL_GIT="$BASHFUL_DIR/.git"
109
channel=""
1110
branch=""

0 commit comments

Comments
 (0)