Skip to content

Commit b53796a

Browse files
committed
Rename .path → .path.macos
1 parent 063b0f9 commit b53796a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

runcom/.bash_profile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ PATH="$DOTFILES_DIR/bin:$PATH"
2121

2222
# Source the dotfiles (order matters)
2323

24-
for DOTFILE in "$DOTFILES_DIR"/system/.{function,function_*,n,path,env,exports,alias,fzf,grep,prompt,completion,fix,pnpm,zoxide}; do
25-
. "$DOTFILE"
26-
done
27-
2824
if is-macos; then
29-
for DOTFILE in "$DOTFILES_DIR"/system/.{env,alias,function}.macos; do
25+
for DOTFILE in "$DOTFILES_DIR"/system/.{env,alias,function,path}.macos; do
3026
. "$DOTFILE"
3127
done
3228
fi
3329

30+
for DOTFILE in "$DOTFILES_DIR"/system/.{function,function_*,n,env,exports,alias,fzf,grep,prompt,completion,fix,pnpm,zoxide}; do
31+
. "$DOTFILE"
32+
done
33+
3434
# Set LSCOLORS
3535

3636
eval "$(dircolors -b "$DOTFILES_DIR"/system/.dir_colors)"
File renamed without changes.

0 commit comments

Comments
 (0)