zoxide
This commit is contained in:
parent
b85918d3b1
commit
bd6c9e6d7e
4 changed files with 19 additions and 13 deletions
|
|
@ -55,7 +55,7 @@
|
|||
"rs" => {
|
||||
flake rust -c $"nvim ($file)"
|
||||
}
|
||||
"c" | "c++" => {
|
||||
"c" | "cpp" => {
|
||||
flake c -c $"nvim ($file)"
|
||||
}
|
||||
_ => {nvim $file}
|
||||
|
|
@ -75,8 +75,19 @@
|
|||
config = "nvim /home/maxag/.nix-config/configuration/configuration.nix";
|
||||
projects = "cd /mnt/removable/Projekty";
|
||||
cat = "bat -p -P";
|
||||
nvim = "edit";
|
||||
nix-shell = "nix-shell --run nu";
|
||||
};
|
||||
};
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableNushellIntegration = true;
|
||||
|
||||
options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue