Replace eza with lsd
This commit is contained in:
parent
39c6794877
commit
02c909ed44
5 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,6 @@ with pkgs; [
|
|||
delta
|
||||
dog
|
||||
doppler
|
||||
eza
|
||||
fd
|
||||
file
|
||||
gcc
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
target = "logo.txt";
|
||||
};
|
||||
|
||||
programs.lsd.enable = true;
|
||||
|
||||
programs.nnn.enable = true;
|
||||
|
||||
programs.direnv = {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
clear-ls-all() {
|
||||
clear
|
||||
exa -al
|
||||
lsd -al
|
||||
}
|
||||
zle -N clear-ls-all
|
||||
|
||||
|
@ -96,7 +96,7 @@
|
|||
ialias cs="create-script"
|
||||
ialias daily="run create-daily next"
|
||||
ialias fetch="git fetch --all --jobs=4 --progress --prune"
|
||||
ialias ls="exa -la"
|
||||
ialias ls="lsd -la"
|
||||
ialias pull="git pull --autostash --jobs=4 --summary origin"
|
||||
ialias rebase="git rebase --autostash --stat"
|
||||
ialias reset="git reset --hard; git clean -fd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue