mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Remove alias ".."
This commit is contained in:
parent
d30d11566d
commit
a3cadd92c9
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ in {
|
||||||
nu = "sudo nix flake update";
|
nu = "sudo nix flake update";
|
||||||
};
|
};
|
||||||
commandAliases = lib.mkIf cfg.improvedCommands.enable {
|
commandAliases = lib.mkIf cfg.improvedCommands.enable {
|
||||||
".." = "cd ..";
|
|
||||||
cat = "bat -p";
|
cat = "bat -p";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue