mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Replaced exa with eza
This commit is contained in:
parent
d92a1beba0
commit
b4fc3c6deb
|
@ -9,7 +9,7 @@
|
||||||
gnugrep gnused
|
gnugrep gnused
|
||||||
killall
|
killall
|
||||||
libnotify
|
libnotify
|
||||||
bat exa fd bottom ripgrep
|
bat eza fd bottom ripgrep
|
||||||
rsync
|
rsync
|
||||||
tmux
|
tmux
|
||||||
htop
|
htop
|
||||||
|
|
|
@ -3,7 +3,7 @@ let
|
||||||
|
|
||||||
# My shell aliases
|
# My shell aliases
|
||||||
myAliases = {
|
myAliases = {
|
||||||
ls = "exa --icons -l -T -L=1";
|
ls = "eza --icons -l -T -L=1";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
htop = "btm";
|
htop = "btm";
|
||||||
fd = "fd -Lu";
|
fd = "fd -Lu";
|
||||||
|
@ -36,7 +36,7 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neofetch lolcat cowsay
|
neofetch lolcat cowsay
|
||||||
gnugrep gnused
|
gnugrep gnused
|
||||||
bat exa bottom fd
|
bat eza bottom fd
|
||||||
direnv nix-direnv
|
direnv nix-direnv
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue