Replace eza with lsd
This commit is contained in:
parent
39c6794877
commit
02c909ed44
|
@ -31,7 +31,6 @@ in
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
EXA_COLORS = "uu=38;5;255:gu=38;5;255:ur=38;5;255:uw=38;5;255:ue=38;5;255:wx=38;5;255:gr=38;5;250:gw=38;5;250:gx=38;5;250:tr=38;5;255:tw=38;5;255:tx=38;5;255:da=38;5;250:sn=32:sb=0:di=38;5;105";
|
|
||||||
LANG = "en_GB.UTF-8";
|
LANG = "en_GB.UTF-8";
|
||||||
LC_ALL = "en_GB.UTF-8";
|
LC_ALL = "en_GB.UTF-8";
|
||||||
LC_CTYPE = "en_GB.UTF-8";
|
LC_CTYPE = "en_GB.UTF-8";
|
||||||
|
|
|
@ -6,7 +6,6 @@ with pkgs; [
|
||||||
delta
|
delta
|
||||||
dog
|
dog
|
||||||
doppler
|
doppler
|
||||||
eza
|
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
gcc
|
gcc
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
target = "logo.txt";
|
target = "logo.txt";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.lsd.enable = true;
|
||||||
|
|
||||||
programs.nnn.enable = true;
|
programs.nnn.enable = true;
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
clear-ls-all() {
|
clear-ls-all() {
|
||||||
clear
|
clear
|
||||||
exa -al
|
lsd -al
|
||||||
}
|
}
|
||||||
zle -N clear-ls-all
|
zle -N clear-ls-all
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
ialias cs="create-script"
|
ialias cs="create-script"
|
||||||
ialias daily="run create-daily next"
|
ialias daily="run create-daily next"
|
||||||
ialias fetch="git fetch --all --jobs=4 --progress --prune"
|
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 pull="git pull --autostash --jobs=4 --summary origin"
|
||||||
ialias rebase="git rebase --autostash --stat"
|
ialias rebase="git rebase --autostash --stat"
|
||||||
ialias reset="git reset --hard; git clean -fd"
|
ialias reset="git reset --hard; git clean -fd"
|
||||||
|
|
|
@ -15,7 +15,6 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
EXA_COLORS = "uu=38;5;255:gu=38;5;255:ur=38;5;255:uw=38;5;255:ue=38;5;255:wx=38;5;255:gr=38;5;250:gw=38;5;250:gx=38;5;250:tr=38;5;255:tw=38;5;255:tx=38;5;255:da=38;5;250:sn=32:sb=0:di=38;5;105";
|
|
||||||
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
|
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
|
||||||
PULUMI_SKIP_UPDATE_CHECK = "true";
|
PULUMI_SKIP_UPDATE_CHECK = "true";
|
||||||
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
|
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
|
||||||
|
|
Loading…
Reference in a new issue