Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnHo committed Nov 23, 2023
1 parent 9dfceed commit 6d04855
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@

+ `chsh -s $(which bash)`

+ add `[ -f ~/ProgramFiles/anaconda3/envs/tools/bin/zsh ] && { ~/ProgramFiles/anaconda3/envs/tools/bin/zsh || true } && exit` to the end of `~/.bashrc`
+ add the belows to the end of `~/.bashrc`

```
if [ -f ~/ProgramFiles/anaconda3/envs/tools/bin/zsh ]; then
~/ProgramFiles/anaconda3/envs/tools/bin/zsh; exit
fi
```


3. (optional) customization
Expand Down

0 comments on commit 6d04855

Please sign in to comment.