lots of diff things
This commit is contained in:
parent
fb2fae14d9
commit
13773b1be3
22 changed files with 812 additions and 138 deletions
|
@ -1,4 +1,6 @@
|
|||
{config, ...}: {
|
||||
programs.fzf.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
autocd = true;
|
||||
|
@ -6,6 +8,7 @@
|
|||
enableAutosuggestions = true;
|
||||
dotDir = ".config/zsh";
|
||||
defaultKeymap = "emacs";
|
||||
|
||||
history = {
|
||||
expireDuplicatesFirst = true;
|
||||
path = "${config.xdg.dataHome}/zsh_history";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue