Better history, better prompt

This commit is contained in:
Justine
2022-12-10 13:48:01 +01:00
parent 2cbe00a98b
commit 835772aaa3
4 changed files with 265 additions and 46 deletions

View File

@ -3,7 +3,11 @@ name = "Rshell"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
lto = true
codegen-units = 1
[dependencies]
dirs = "4.0.0"
users = "0.11.0"
gethostname = "0.4.1"