Skip to content

Commit

Permalink
Add Cargo to fish's path.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Aug 3, 2023
1 parent 2631f83 commit 4dd91bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/configs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ in
# Add Nix profile to the $PATH, idempotent and only required for non-NixOS hosts.
fish_add_path ~/.nix-profile/bin/
# Add Cargo to the $PATH
fish_add_path ~/.cargo/bin/
# Disable the greeting message.
set fish_greeting
Expand Down

0 comments on commit 4dd91bf

Please sign in to comment.