summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 898d19e..c17f959 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -80,8 +80,6 @@ fn repl(prompt: &str, at_prompt: &mut Arc<Mutex<bool>>, env: &mut Environment) {
/// Shell setup and entry
fn main() {
// Compose the environment for dwvsh
- // TODO: All instances of `env!("HOME")` need to be changed to use env::var
- // TODO: Will probably need to set $HOME in dwv{profile,login} via passwd
let mut env = compose::env();
// Set the prompt