Skip to content

Commit

Permalink
Comment out shell configuration in navi.nix for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Jan 21, 2025
1 parent 9ad5235 commit 25d2307
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home/features/cli/navi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
client = {
tealdeer = true;
};
shell = {
command = "zsh";
finder_command = "zsh";
};
# shell = {
# command = "bash";
# finder_command = "bash";
# };
};
};
}

0 comments on commit 25d2307

Please sign in to comment.