enable atuin
This commit is contained in:
parent
b2ef4b551b
commit
01650b92fd
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
".gnupg"
|
||||
".local/share/keyrings"
|
||||
".local/share/nix"
|
||||
".local/share/zoxide"
|
||||
".local/share/zsh"
|
||||
".local/state"
|
||||
".mozilla"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue