Skip to content

Commit

Permalink
(shells) fix the deployment of fish and git-prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Begyn <[email protected]>
  • Loading branch information
fbegyn committed Oct 2, 2024
1 parent f400f00 commit 9c157c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions users/francis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
./ssh.nix
];

programs.fish.enable = true;

environment.systemPackages = with pkgs; [
exfat
];
Expand Down
2 changes: 1 addition & 1 deletion users/francis/hm/configurations/bash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
initExtra = let
gitPrompt = builtins.fetchurl {
url = "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh";
sha256 = "0fllfidrc9nj2b9mllf190y3bca1pdm95vyzgsza1l3gl3s1ixvz";
sha256 = "1bkdllwxfbcbflfi6w4p2ls8hvqpv2hwvqf5fw3w4zh89p2vg5ra";
};
gitCompletion = builtins.fetchurl {
url = "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash";
Expand Down

0 comments on commit 9c157c4

Please sign in to comment.