Browse Source

typos+fixes

dev_01_initial
Heiko Blobner 3 years ago
parent
commit
8aaaa14676
  1. 6
      home-manager/modules/fish.nix
  2. 2
      home-manager/modules/starship.nix

6
home-manager/modules/fish.nix

@ -3,12 +3,6 @@
{ {
programs.fish = { programs.fish = {
enable = true; enable = true;
autocd = true;
dotDir = ".config/zsh";
enableAutosuggestions = true;
enableCompletion = true;
defaultKeymap = "viins";
shellAliases = { shellAliases = {
"..." = "cd"; "..." = "cd";

2
home-manager/modules/starship.nix

@ -18,7 +18,7 @@
directory = { directory = {
truncation_length = 100; truncation_length = 100;
tuncate_to_repo = false; truncate_to_repo = false;
}; };
}; };
}; };

Loading…
Cancel
Save