case /dev/tty**
EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first -1 $argv
case /dev/pts/**
- EZA_GRID_ROWS=13 eza -w 0 --group --group-directories-first -1 $argv
+ EZA_GRID_ROWS=26 eza -w 0 --group --group-directories-first -1 $argv
end
end
-function la --wraps='eza' --description='alias eza'
+function ls --wraps='eza' --description='alias eza'
switch $(tty)
case /dev/tty**
- EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first -l -a $argv
+ EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons $argv
case /dev/pts/**
- EZA_GRID_ROWS=13 eza -w 0 --group --long --grid --group-directories-first -l -a $argv
+ EZA_GRID_ROWS=26 eza -w 55 --group --group-directories-first --icons $argv
end
end
-function lg --wraps='eza' --description='alias eza'
+function la --wraps='eza' --description='alias eza'
switch $(tty)
case /dev/tty**
- EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first $argv
+ EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons -l -a $argv
case /dev/pts/**
- EZA_GRID_ROWS=13 eza -w 0 --group --long --grid --group-directories-first $argv
+ EZA_GRID_ROWS=26 eza -w 55 --group --group-directories-first --icons -l -a $argv
end
end
-function ll --wraps='eza' --description='alias eza'
+function lg --wraps='eza' --description='alias eza'
switch $(tty)
case /dev/tty**
- EZA_GRID_ROWS=26 eza -w 220 --group --long --group-directories-first $argv
+ EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first $argv
case /dev/pts/**
- EZA_GRID_ROWS=26 eza -w 0 --group --long --group-directories-first $argv
+ EZA_GRID_ROWS=26 eza -w 0 --group --long --grid --group-directories-first $argv
end
end
-function ls --wraps='eza' --description='alias eza'
+function ll --wraps='eza' --description='alias eza'
switch $(tty)
case /dev/tty**
- EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons $argv
+ EZA_GRID_ROWS=26 eza -w 220 --group --group-directories-first --icons -l $argv
case /dev/pts/**
- EZA_GRID_ROWS=13 eza -w 0 --group --group-directories-first --icons $argv
+ EZA_GRID_ROWS=26 eza -w 55 --group --group-directories-first --icons -l $argv
end
end
case /dev/tty**
EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso $argv
case /dev/pts/**
- EZA_GRID_ROWS=13 eza -w 0 --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso $argv
+ EZA_GRID_ROWS=26 eza -w 0 --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso $argv
end
end
case $(tty) in
/dev/tty[0-9]*)
alias l1='EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first -1'
- alias la='EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first -l -a'
- alias lg='EZA_GRID_ROWS=13 eza -w 220 --group --icons --long --sort=size -t=mod --time-style=iso --group-directories-first'
- alias ll='EZA_GRID_ROWS=13 eza -w 220 --group --long --group-directories-first'
+ alias la='EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons -l -a'
+ alias lg='EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first'
+ alias ll='EZA_GRID_ROWS=26 eza -w 220 --group --group-directories-first --icons -l'
alias ls='EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons'
- alias lt='EZA_GRID_ROWS=13 eza -w 220 --group --long --group-directories-first --sort=mod -t=mod --time-style=long-iso'
+ alias lt='EZA_GRID_ROWS=13 eza -w 220 --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso'
echo tty ;;
/dev/pts/[0-9]*)
alias l1='EZA_GRID_ROWS=26 eza -w 0 --group --group-directories-first -1'
- alias la='EZA_GRID_ROWS=26 eza -w 0 --group --long --grid --group-directories-first -l -a'
- alias lg='EZA_GRID_ROWS=26 eza -w 0 --group --icons --long --sort=size -t=mod --time-style=iso --group-directories-first'
- alias ll='EZA_GRID_ROWS=26 eza -w 0 --group --long --group-directories-first'
- alias ls='EZA_GRID_ROWS=26 eza -w 0 --group --group-directories-first --icons'
- alias lt='EZA_GRID_ROWS=26 eza -w 0 --group --long --group-directories-first --sort=mod -t=mod --time-style=long-iso'
+ alias la='EZA_GRID_ROWS=26 eza -w 55 --group --group-directories-first --icons -l -a'
+ alias lg='EZA_GRID_ROWS=26 eza -w 0 --group --long --grid --group-directories-first'
+ alias ll='EZA_GRID_ROWS=26 eza -w 55 --group --group-directories-first --icons -l'
+ alias ls='EZA_GRID_ROWS=26 eza -w 55 --group --group-directories-first --icons'
+ alias lt='EZA_GRID_ROWS=26 eza -w 0 --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso'
echo pts ;;
esac