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"
".local/share/keyrings"
".local/share/nix"
".local/share/zoxide"
".local/share/zsh"
".local/state"
".mozilla"

View file

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