Control: tags -1 + patch Hi doko,
On Wed, 07 Jan 2015 16:01:09 +0100 Arturo Borrero Gonzalez <arturo.borrero.g...@gmail.com> wrote: > A lot of Linux distributions today include some small handly aliases, for example: > ll='ls -l'. > > I kindly ask you to uncomment this alias en /etc/skel/.bashrc and thus make it > activated by default on Debian systems. Could we go ahead and uncomment the default aliases for grep and ls? I do believe it would be a significant quality of life improvement for all our users using bash (and I suspect that's quite a lot of them). Let me know if you don't have time to handle this, I'll be happy to do an NMU for you. Patch provided for convenience. Best, -- Baptiste Beauplat
diff -Nru --exclude changelog bash-5.2.21/debian/skel.bashrc bash-5.2.21/debian/skel.bashrc --- bash-5.2.21/debian/skel.bashrc 2015-01-28 17:34:29.000000000 +0100 +++ bash-5.2.21/debian/skel.bashrc 2024-07-25 20:51:34.000000000 +0200 @@ -79,18 +79,18 @@ #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' - #alias grep='grep --color=auto' - #alias fgrep='fgrep --color=auto' - #alias egrep='egrep --color=auto' + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' fi # colored GCC warnings and errors #export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # some more ls aliases -#alias ll='ls -l' -#alias la='ls -A' -#alias l='ls -CF' +alias ll='ls -l' +alias la='ls -A' +alias l='ls -CF' # Alias definitions. # You may want to put all your additions into a separate file like
signature.asc
Description: This is a digitally signed message part