remove a parameter for the ls command

This commit is contained in:
Anri 2021-11-08 16:21:36 +01:00
parent 4bab439a16
commit 54e4ad7015

View file

@ -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'