From 54e4ad70150a9f299431c8dcead8478501e2caa5 Mon Sep 17 00:00:00 2001 From: Anri Date: Mon, 8 Nov 2021 16:21:36 +0100 Subject: [PATCH] remove `a` parameter for the `ls` command --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 81c4cca..08058fb 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -9,7 +9,7 @@ set -x MANPAGER "sh -c 'col -bx | batcat -l man -p'" fish_ssh_agent # Raccourcis -abbr ls 'ls -lah' +abbr ls 'ls -lh' abbr cp 'cp -r' abbr rm 'rm -rf' abbr gcc 'gcc -Wall -Wextra -fanalyzer -g'