Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit f426c3e

Browse files
authored
fix: replace exa with eza (#273)
1 parent 5b7637e commit f426c3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/fleek/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
HighPackages = []string{"lazygit", "jq", "yq", "neovim", "neofetch", "btop", "cheat"}
2727
LowPrograms = []string{"starship"}
2828
DefaultPrograms = []string{"direnv"}
29-
HighPrograms = []string{"exa", "bat", "atuin", "zoxide"}
29+
HighPrograms = []string{"eza", "bat", "atuin", "zoxide"}
3030
)
3131

3232
// Config holds the options that will be

internal/fleek/programs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
3434
Tip: toggle between directory, global and host history with CTRL-R
3535
https://atuin.sh
36-
- name: exa
36+
- name: eza
3737
description: |
3838
A modern replacement for ‘ls’.
3939
https://the.exa.website/
4040
config_lines:
41-
- key: programs.exa.enableAliases
41+
- key: programs.eza.enableAliases
4242
value: true
43-
- key: programs.exa.extraOptions
43+
- key: programs.eza.extraOptions
4444
value: |-
4545
[
4646
"--group-directories-first"

0 commit comments

Comments
 (0)