enable atuin

This commit is contained in:
Adithya 2023-03-27 22:14:56 +05:30
parent b2ef4b551b
commit 01650b92fd
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,7 @@
".gnupg" ".gnupg"
".local/share/keyrings" ".local/share/keyrings"
".local/share/nix" ".local/share/nix"
".local/share/zoxide"
".local/share/zsh" ".local/share/zsh"
".local/state" ".local/state"
".mozilla" ".mozilla"

View file

@ -38,6 +38,7 @@
git = true; git = true;
icons = true; icons = true;
}; };
fzf.enable = true;
starship = { starship = {
enable = true; enable = true;
settings = { settings = {
@ -45,6 +46,7 @@
git_metrics.disabled = false; git_metrics.disabled = false;
}; };
}; };
zoxide.enable = true;
zsh = { zsh = {
enable = true; enable = true;
defaultKeymap = "viins"; defaultKeymap = "viins";
@ -66,6 +68,7 @@
''; '';
shellAliases = { shellAliases = {
cat = "bat"; cat = "bat";
cd = "z";
cp = "cp -v"; cp = "cp -v";
grep = "grep --color=auto"; grep = "grep --color=auto";
ln = "ln -v"; ln = "ln -v";