#!/bin/fish
+
function l1 --wraps='eza' --description='alias eza'
switch $(tty)
case /dev/tty**
function lg --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 --no-user --long --grid --group-directories-first $argv
case /dev/pts/**
- EZA_GRID_ROWS=26 eza -w 0 --group --long --grid --group-directories-first $argv
+ EZA_GRID_ROWS=26 eza -w 0 --no-user --long --grid --group-directories-first $argv
end
end