notes/os/linux/nixos/integration/shells/autocomplete.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

5 строки
211 B
Plaintext

2020
https://www.reddit.com/r/NixOS/comments/gf3ecs/git_command_autocompletion_with_homemanager/
export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS
in my .profile I got my git autocomple back.