You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shell/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,3 +135,16 @@ cd () {
135
135
rpg-cli battle
136
136
}
137
137
```
138
+
139
+
### Staying in the current work directory on death
140
+
141
+
By default the shell integrations will send the user back to the home directory after death. To prevent this, we can change back to the current directory after each battle
0 commit comments