mess migration
This commit is contained in:
parent
fbc47ef8f7
commit
6bee06e028
77 changed files with 144 additions and 60 deletions
4
home/dots/zsh
Normal file → Executable file
4
home/dots/zsh
Normal file → Executable 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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue