@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable up-arrow binding for atuin

+3
+3
modules/shell.nix
··· 383 383 programs.atuin = { 384 384 enable = true; 385 385 enableZshIntegration = true; 386 + flags = [ 387 + "--disable-up-arrow" 388 + ]; 386 389 settings = { 387 390 auto_sync = true; 388 391 sync_frequency = "5m";