Skip to content

Commit c6d2f0b

Browse files
authored
Replace exa with eza (#138)
1 parent 549c95f commit c6d2f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ Running `nix develop` will create a shell with the default beta Rust toolchain i
112112
buildInputs = [
113113
openssl
114114
pkg-config
115-
exa
115+
eza
116116
fd
117117
rust-bin.beta.latest.default
118118
];
119119
120120
shellHook = ''
121-
alias ls=exa
121+
alias ls=eza
122122
alias find=fd
123123
'';
124124
};

0 commit comments

Comments
 (0)