# This file contains fish universal variable definitions.
# VERSION: 3.0
-SETUVAR __fish_initialized:3400
+SETUVAR __fish_initialized:3800
SETUVAR fish_color_autosuggestion:brblack
SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:blue
SETUVAR fish_color_param:cyan
SETUVAR fish_color_quote:yellow
SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold
-SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
+SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen
case /dev/tty
EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first -1 $argv
case /dev/pts
- EZA_GRID_ROWS=26 eza -w 130 --group --group-directories-first -1 $argv
+ EZA_GRID_ROWS=26 eza --group --group-directories-first -1 $argv
end
end
case /dev/tty
EZA_GRID_ROWS=13 eza -w 220 --group-directories-first --icons $argv
case /dev/pts
- EZA_GRID_ROWS=26 eza -w 130 --group-directories-first --icons $argv
+ EZA_GRID_ROWS=26 eza --group-directories-first --icons $argv
end
end
case /dev/tty
EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons -l -a $argv
case /dev/pts
- EZA_GRID_ROWS=26 eza -w 130 --group --group-directories-first --icons -l -a $argv
+ EZA_GRID_ROWS=26 eza --group --group-directories-first --icons -l -a $argv
end
end
case /dev/tty
EZA_GRID_ROWS=13 eza -w 220 --no-user --long --grid --group-directories-first $argv
case /dev/pts
- EZA_GRID_ROWS=26 eza -w 130 --no-user --long --grid --group-directories-first $argv
+ EZA_GRID_ROWS=26 eza --no-user --long --grid --group-directories-first $argv
end
end
case /dev/tty
EZA_GRID_ROWS=13 eza -w 220 --group --group-directories-first --icons -l $argv
case /dev/pts
- EZA_GRID_ROWS=26 eza -w 130 --group --group-directories-first --icons -l $argv
+ EZA_GRID_ROWS=26 eza --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=26 eza -w 130 --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso $argv
+ EZA_GRID_ROWS=26 eza --group --long --grid --group-directories-first --sort=mod -t=mod --time-style=long-iso $argv
end
end