Skip to content
Snippets Groups Projects
Commit 24a3e4fc authored by Michael Aaron Murphy's avatar Michael Aaron Murphy
Browse files

Fix for #551

Update variables for commands that start with ~, too
Closes #551
parent 5456b938
Branches
No related tags found
No related merge requests found
......@@ -339,6 +339,7 @@ impl<'a> Binary for Shell<'a> {
} else {
self.save_command_in_history(cmd);
}
self.update_variables();
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment