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"
|
".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"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue