From 3aa5efb9ed1f887415efbf1a73a16e8a10012e8b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 Mar 2009 20:51:45 +0100 Subject: default aliases: More compact comments --- etc/aliases/default | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/etc/aliases/default b/etc/aliases/default index 6165ed6..2d81936 100644 --- a/etc/aliases/default +++ b/etc/aliases/default @@ -3,10 +3,7 @@ ## To evade them, use '=foo' instead of 'foo' -# -# grep -# - +## grep linux: { alias egrep='grep -E --color=auto' alias fgrep='grep -F --color=auto' @@ -14,10 +11,7 @@ linux: { } -# -# file and filesystem information -# - +## file and filesystem information # human-readable sizes, local filesystems only linux: alias df='df -hl --exclude-type=fuse.encfs' || alias df='df -hl' @@ -31,10 +25,7 @@ linux: alias ls='ls -Fh --color=auto' || alias ls='ls -Fh' -# -# networking -# - +## networking # I often use it for just *viewing* things, which works fine without root alias ifconfig='/sbin/ifconfig' @@ -46,10 +37,6 @@ linux: salias netstat='netstat --program --all --tcp --extend' || salias netstat='netstat -atp tcp' -# -# various other stuff -# - alias cal='cal -m' alias cp='cp -i' alias fbi='fbi -readahead' -- cgit v1.2.3