Skip to content

Commit e58d012

Browse files
committed
🐛 fix(config): fix wrong path to $DOTFILES environment when reorganized files and folders
1 parent f70323a commit e58d012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/home/.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# shellcheck disable=SC1090
44

5-
DOTFILES="$(dirname "$(dirname "$(readlink "$HOME/.bashrc")")")"
5+
DOTFILES="$(dirname "$(dirname "$(dirname "$(readlink "$HOME/.bashrc")")")")"
66
export DOTFILES
77

88
# Source bash configuration files

0 commit comments

Comments
 (0)