Skip to content

Commit

Permalink
fix(nnn|nu): shell aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Sep 12, 2023
1 parent 5edee4f commit b790d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/homeProfiles/nnn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ in {

home.sessionVariables = {
NNN_PREVIEWDIR = "${config.xdg.cacheHome}/nnn/previews";
# TODO: please enable previews! why is this disabled?
# USE_PISTOL = lib.optionalString enablePreviews "1";
};

programs.bash = {inherit shellAliases;};
programs.fish = {inherit shellAliases;};
programs.nushell = {inherit shellAliases;};
programs.zsh = {inherit shellAliases;};
}

0 comments on commit b790d36

Please sign in to comment.