Skip to content

Commit

Permalink
Set history to new defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 21, 2023
1 parent bacf5b3 commit 0460450
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dot_config/nushell/config.nu
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
source ~/.local/share/nushell/default_config.nu

$env.config = ($env.config | upsert edit_mode vi)
$env.config = (
$env.config
| upsert edit_mode vi
| upsert history.file_format "sqlite"
| upsert history.isolation true
)

use tea.nu
use xdg.nu
Expand Down

0 comments on commit 0460450

Please sign in to comment.