We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6d07a commit be795ffCopy full SHA for be795ff
2 files changed
.bashrc
@@ -3,4 +3,4 @@
3
# Desc: default user bashrc template
4
# Version: 1.0.x
5
6
-. "/opt/bashful/src/main.sh"
+. "~/.bashful/main.sh"
main.sh
@@ -4,8 +4,7 @@
# bashful information
7
-export BASHFUL_OPT="/opt/bashful"
8
-export BASHFUL_DIR="$BASHFUL_OPT/src"
+export BASHFUL_DIR="$HOME/.bashful"
9
export BASHFUL_GIT="$BASHFUL_DIR/.git"
10
channel=""
11
branch=""
0 commit comments