From cabc766865f6b008484b839cd98a27d7ddfa715a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Sun, 4 Feb 2024 21:02:44 +0300 Subject: [PATCH] update due wallust and eza update --- .scripts/termcolors | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scripts/termcolors b/.scripts/termcolors index 09b3320..d756b7c 100755 --- a/.scripts/termcolors +++ b/.scripts/termcolors @@ -8,5 +8,5 @@ cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's:Image= # cat ~/.config/plasma-org.kde.plasma.desktop-appletsrc | rg Image | sed 's:Image=::' | sed 's/file:\///g' | sed 's:/::' | tail -n +2 > ~/.cache/curwal # Don't touch this lines -wallust $(cat ~/.cache/curwal) -qs +wallust run $(cat ~/.cache/curwal) -qs # rm ~/.cache/curwal diff --git a/.zshrc b/.zshrc index 86c29cb..4582140 100755 --- a/.zshrc +++ b/.zshrc @@ -48,7 +48,7 @@ alias ac='micro $HOME/.config/alacritty/alacritty.toml' alias vitetris='tetris' -alias ls='eza -laFh --icons --group-directories-first' +alias ls='eza -lah --icons --group-directories-first' alias clear='clear && fastfetch' alias xx='chmod +x' alias pip='pipx'