Fixed line returns

This commit is contained in:
Justine
2023-02-20 00:16:24 +01:00
parent ed5d405649
commit c9eb3b90df
3 changed files with 6 additions and 18 deletions

View File

@ -1,12 +1,6 @@
# Sqish
Rust Shell. This is an attempt to create a simple shell in Rust, because why not.
TO DO:
* Implement Alt+z cancels last hotkey (meh),
* rc file shoudl probably just be called .sqishrc, and history .sqishrc.hist
* Typing vim aaa and then up arrow does not work properly ? It seems to get empty history lines
* Have a "Command not found" without having to display the previous return code
## sqishrc (Config)
See the included sqishrc.yaml.example file included, and copy it as ~/.sqishrc.yaml