swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 1f3625234420231a659769eb6c513b85fccef324
parent 15c9255807b029586e8fbde6d4af122f7907571b
Author: awy <awy@awy.one>
Date:   Sat,  7 Jun 2025 15:36:18 +0300

clear alias

Diffstat:
M.config/shell/aliasrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -41,6 +41,7 @@ alias \ # These common commands are just too long! Abbreviate them. alias \ + cl="clear" \ ka="killall" \ trem="transmission-remote" \ YT="youtube-viewer" \