Skip to content

Commit

Permalink
disable transience
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 25, 2023
1 parent bbe1f09 commit 4c873a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/shared/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
enable = true;
settings = {
scan_timeout = 10;
enableTransience = true;
# prompt
format = "$directory$git_branch$git_metrics$nix_shell$package$character";
add_newline = false;
Expand Down Expand Up @@ -131,11 +130,7 @@
top = "${pkgs.bottom}/bin/btm";
cat = "${pkgs.bat}/bin/bat --paging=never";
};
shellInit = ''
set fish_greeting
'';
};

eza.enable = true;
bat.enable = true;

Expand Down

0 comments on commit 4c873a2

Please sign in to comment.