Skip to content

Commit

Permalink
U: energy cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed Dec 16, 2024
1 parent 9fdfd23 commit dd75bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/internal/env/env_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func envfiles() (result []string) {
} else if consts.IsDarwin {
result = []string{".profile", ".zshrc", ".bash_profile"}
}
result = []string{".profile", ".zshrc", ".bashrc"}
return
}

Expand Down

0 comments on commit dd75bdf

Please sign in to comment.