add exa, bat and fzf
This commit is contained in:
parent
032a16b3fa
commit
79cd07fefc
1 changed files with 16 additions and 0 deletions
|
@ -99,6 +99,22 @@
|
|||
};
|
||||
shellAliases = {
|
||||
vim = "nvim";
|
||||
cat = "bat";
|
||||
less = "bat";
|
||||
};
|
||||
};
|
||||
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue