From eb707d8e07c6d7771e5d86c8ddd6a70a2bd8619f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 12 Aug 2022 18:26:03 +0200 Subject: [PATCH] remove -h from exa --- arch.sh | 2 +- ubuntu.sh | 2 +- wsl.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch.sh b/arch.sh index 981e529..e4f47cf 100644 --- a/arch.sh +++ b/arch.sh @@ -79,7 +79,7 @@ then # EXA colors fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'" # Add aliases - fish -c "abbr ls 'exa --git --icons -glh'" + fish -c "abbr ls 'exa --git --icons -gl'" fish -c "abbr cp 'cp -rv'" fish -c "abbr rm 'rm -rf'" fish -c "abbr gcc 'clear; gcc -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -g main.c && ./a.out; rm a.out 2> /dev/null'" diff --git a/ubuntu.sh b/ubuntu.sh index fbbc921..53178d9 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -64,7 +64,7 @@ then fish -c "set -U fish_color_option d3d0c8" fish -c "set -U fish_color_keyword 99cc99" # Adding aliases - fish -c "abbr ls 'exa -glh'" + fish -c "abbr ls 'exa -gl'" fish -c "abbr cp 'cp -rv'" fish -c "abbr rm 'rm -rf'" fish -c "abbr gcc 'clear; gcc -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -g main.c && ./a.out; rm a.out 2> /dev/null'" diff --git a/wsl.sh b/wsl.sh index 116287e..391e2d1 100644 --- a/wsl.sh +++ b/wsl.sh @@ -70,7 +70,7 @@ then fish -c "set -U fish_color_option d3d0c8" fish -c "set -U fish_color_keyword 99cc99" # Adding aliases - fish -c "abbr ls 'exa --git --icons -glh'" + fish -c "abbr ls 'exa --git --icons -gl'" fish -c "abbr cp 'cp -rv'" fish -c "abbr rm 'rm -rf'" fish -c "abbr gcc 'clear; gcc -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -g main.c && ./a.out; rm a.out 2> /dev/null'"