remove a
parameter for the ls
command
This commit is contained in:
parent
4bab439a16
commit
54e4ad7015
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -x MANPAGER "sh -c 'col -bx | batcat -l man -p'"
|
||||||
fish_ssh_agent
|
fish_ssh_agent
|
||||||
|
|
||||||
# Raccourcis
|
# Raccourcis
|
||||||
abbr ls 'ls -lah'
|
abbr ls 'ls -lh'
|
||||||
abbr cp 'cp -r'
|
abbr cp 'cp -r'
|
||||||
abbr rm 'rm -rf'
|
abbr rm 'rm -rf'
|
||||||
abbr gcc 'gcc -Wall -Wextra -fanalyzer -g'
|
abbr gcc 'gcc -Wall -Wextra -fanalyzer -g'
|
||||||
|
|
Reference in a new issue