mess migration

This commit is contained in:
atagen 2023-09-11 21:30:13 +10:00
parent fbc47ef8f7
commit 6bee06e028
77 changed files with 144 additions and 60 deletions

4
home/dots/zsh Normal file → Executable file
View file

@ -2,12 +2,12 @@
la_culr()
{
exa -lha --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
eza -lha --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
}
ls_culr()
{
exa -lh --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
eza -lh --group-directories-first --icons --color=always $@ | culr -t 80 -o roygbiv-split
}
ps_culr()