diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-22 14:31:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-22 14:31:43 +0200 |
commit | 4844add96faef1e3b8f8b16eaf083979febb4450 (patch) | |
tree | ece3f12b48924e801b71eaad462ec50191794bcf | |
parent | 777d0775e9da8a50221733f7201120c85766d80c (diff) |
auditing
-rw-r--r-- | etc/alias/default | 4 | ||||
-rw-r--r-- | etc/alias/font | 1 | ||||
-rw-r--r-- | etc/alias/short | 2 | ||||
-rw-r--r-- | etc/completion | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/etc/alias/default b/etc/alias/default index 6db69db..812b495 100644 --- a/etc/alias/default +++ b/etc/alias/default @@ -48,8 +48,8 @@ alias mv='mv -i' alias mx='mx -aZ' # Only TCP/TCP6, not sockets and such -alias netstat='sudo netstat -latp tcp' -linux: alias netstat='sudo netstat --program --listening --all --tcp --extend' +alias netstat='sudo netstat -atp tcp' +linux: alias netstat='sudo netstat --program --all --tcp --extend' # BSD style alias ps='ps aux' diff --git a/etc/alias/font b/etc/alias/font index a2310f3..986df27 100644 --- a/etc/alias/font +++ b/etc/alias/font @@ -7,4 +7,3 @@ alias font-medium='echo -en "\033]50;-misc-fixed-medium-r-normal--13-120-75-75-c alias font-large='echo -en "\033]50;-misc-fixed-medium-*-*-*-15-*-*-*-*-*-iso10646-1\007"' alias font-larger='echo -en "\033]50;-misc-fixed-medium-r-normal--18-*-*-*-*-*-iso10646-1\007"' alias font-huge='echo -en "\033]50;-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1\007"' - diff --git a/etc/alias/short b/etc/alias/short index 9498c7a..59c763d 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -135,7 +135,5 @@ alias s2r='sudo s2ram -f' alias sn='snownews' alias snu='snownews -u' -alias unless='if !' - # start x and log out immediately alias x='unsetopt bg_nice; startx &! exit' diff --git a/etc/completion b/etc/completion index e6e8460..4c6f4cb 100644 --- a/etc/completion +++ b/etc/completion @@ -10,4 +10,4 @@ zstyle ':completion:*' menu select=1 # Also complete uppercase names with lowercase zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' '' -_hosts() { compadd alpha beta gamma kraftwerk delta epsilon zeta eta saviour theta iota kappa nemesis lambda my aneurysm;} +_hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;} |