feat(zoxide): add zoxide and add cd alias to it
This commit is contained in:
parent
8862fca28a
commit
717efa8db7
2 changed files with 8 additions and 0 deletions
6
users/modules/programs/zoxide.nix
Normal file
6
users/modules/programs/zoxide.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
./programs/yazi.nix
|
||||
./programs/zellij.nix
|
||||
./programs/zsh.nix
|
||||
./programs/zoxide.nix
|
||||
./programs/thefuck.nix
|
||||
./scripts
|
||||
];
|
||||
|
@ -18,6 +19,7 @@
|
|||
home.shellAliases = {
|
||||
gs = "git status";
|
||||
ai = "aichat -r %shell% -e";
|
||||
cd = "z";
|
||||
};
|
||||
editorconfig = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue