Skip to content

Commit 77f0911

Browse files
authored
Update README.md
1 parent efae48b commit 77f0911

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git clone [email protected]:anki-code/xonsh-developer-toolkit.git
1515
```
1616
Usage:
1717
```xsh
18-
xonsh --rc ~/git/xonsh-developer-toolkit/dev.xonshrc
18+
xonsh --rc ~/git/xonsh-developer-toolkit/dev.xsh
1919
```
2020

2121
## Create development environment
@@ -128,6 +128,11 @@ python -c 'import os, signal, time; time.sleep(0.2); os.kill(os.getpid(), signal
128128
python -c '__import__('sys').exit(2)' # Exiting with exit code.
129129
```
130130

131+
### Test capturing aliases
132+
133+
```
134+
xonsh --rc ~/git/xonsh-developer-toolkit/callias.xsh
135+
```
131136

132137
### Test in pure Linux environment
133138
```xsh

0 commit comments

Comments
 (0)