mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
readme add issues
This commit is contained in:
parent
b8d107fe11
commit
b21e574d3c
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -10,6 +10,19 @@
|
|||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/snakewarhead/oh-my-zsh/master/tools/install.sh)"
|
||||
```
|
||||
|
||||
## Issues
|
||||
|
||||
[Can't set zsh as default shell](https://github.com/robbyrussell/oh-my-zsh/issues/5401#issuecomment-250828518)
|
||||
|
||||
add code to `.bashrc` file to automatically start zsh:
|
||||
|
||||
```bash
|
||||
if [[ $- == *i* ]]; then
|
||||
export SHELL=zsh
|
||||
zsh -l
|
||||
fi
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue