diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-06 12:27:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-06 12:27:09 +0200 |
commit | 66ba39f2bf362d1e9c6b046a5a418c74601bf057 (patch) | |
tree | b77b39319a78b2213cc46907bc37c34646ce9c95 /etc/aliases/x | |
parent | c8b3364d0939fd1ef821cc1033c7803051e0b5d9 (diff) |
Added weather alias
Diffstat (limited to 'etc/aliases/x')
-rw-r--r-- | etc/aliases/x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/aliases/x b/etc/aliases/x index 7242c61..1748a60 100644 --- a/etc/aliases/x +++ b/etc/aliases/x @@ -40,6 +40,9 @@ if pidof X &> /dev/null; then # Useful when a beamer is connected to my laptop alias rplayer='mplayer -vo x11 -zoom -vf scale=1024:-2' + + # show current weather + alias weather='feh http://www.bredeney-wetter.de/aktuell.gif' else # start x and log out immediately alias x='unsetopt bg_nice; startx &! exit' |