Skip to content

Commit 8831eb2

Browse files
author
Fernando Gelin
authored
Merge pull request #45 from compbiocore/develop
Fix init.jl
2 parents 396ab26 + 3b4ca45 commit 8831eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use VIVA, you must download the Julia programming language version >=1.0 and
2121

2222
#### macOS
2323

24-
Mojave, High Sierra, and Mojave.
24+
Sierra, High Sierra, and Mojave.
2525

2626
#### Windows
2727

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function alias()
33
if isfile(joinpath(homedir(), ".zshrc"))
44
rcfile = ".zshrc"
55
else
6-
rcfile = ".bashrc"
6+
rcfile = ".bash_profile"
77
end
88

99
dir = split(@__DIR__, "/src")[1]

0 commit comments

Comments
 (0)