Skip to content

Commit

Permalink
feat(modules/base/fish): Install zoxide as an alternative to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jun 3, 2024
1 parent 932ba1a commit e6b88dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/base/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
...
}: let
base = {
# Enable zoxide as an alternative navigation thing
programs.zoxide.enable = true;

# Enable fish in home-manager
programs.fish.enable = true;
programs.fish.shellInit = ''
Expand Down Expand Up @@ -194,6 +197,7 @@ in {
etu.base.zfs.user.directories = [
".config/fish"
".local/share/fish"
".local/share/zoxide"
];
};
}

0 comments on commit e6b88dd

Please sign in to comment.