Skip to content

Commit

Permalink
chore: comment out reverse fzf layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 9, 2024
1 parent 0b11d60 commit f2e8330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/shared/programs/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
defaultCommand = "fd --type f"; # Faster than find
defaultOptions = [
"--height 40%"
"--layout=reverse"
# "--layout=reverse"
"--color=spinner:#f4dbd6,hl:#ed8796"
"--color=fg:#cad3f5,header:#cad3f5,info:#c6a0f6,pointer:#f4dbd6"
"--color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"
Expand Down

0 comments on commit f2e8330

Please sign in to comment.