summaryrefslogtreecommitdiff
path: root/etc/aliases/default
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-20 20:51:45 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-20 20:51:45 +0100
commit3aa5efb9ed1f887415efbf1a73a16e8a10012e8b (patch)
tree7e22166c67352ed5831bc2f5c21c02b623f7f1c1 /etc/aliases/default
parentefaeb390d847eeffde05a80c97c05eef0c9535b0 (diff)
default aliases: More compact comments
Diffstat (limited to 'etc/aliases/default')
-rw-r--r--etc/aliases/default19
1 files 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'