diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-17 15:00:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-17 15:00:53 +0200 |
commit | f9b049938f1e6d90dfb293ec6cfeff37a79aa962 (patch) | |
tree | 8b3bbb4a829d0ed03d28efcee5f8acfa548b62cf /etc/alias/short | |
parent | 70e429d784a079163b0864c709490b9c759e6bed (diff) |
etc/alias/short: Moved some aliases to x package
Diffstat (limited to 'etc/alias/short')
-rw-r--r-- | etc/alias/short | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/etc/alias/short b/etc/alias/short index cf07ac9..da0c046 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -2,7 +2,6 @@ ## vim:ft=zsh ## For Loops - alias allf='for i in *(.);' alias alld='for i in *(/);' alias alle='for i in *(*);' @@ -19,24 +18,6 @@ alias allr='for i in **/*;' alias fbif='fbi -a' alias fbij='fbi -a -u' -## feh -alias fehf='feh -Tfull' # Fullscreen -alias fehfr='feh -Tfull --recursive' -alias fehi='feh .fehindex.jpg' -alias fehj='feh -Tjust' # Screensaver-like -alias fehjr='feh -Tjust --recursive' -for i in {5,10,15,20}; { - alias fehj$i='feh -Tjust'$i - alias fehf$i='feh -Tfull'$i - alias fehjr$i='feh -Tjust'$i' --recursive' - alias fehfr$i='feh -Tfull'$i' --recursive' -} -alias fehjx='feh -Tjust --slideshow-delay' -alias fehfx='feh -Tjust --slideshow-delay' -alias fehjrx='feh -Tjust --recursive --slideshow-delay' -alias fehfrx='feh -Tfull --recursive --slideshow-delay' -alias feht='feh -Tthumbnail' # List thumbnails - ## Git alias gita='git add' alias gitc='git commit -m' @@ -70,14 +51,8 @@ alias lsb='tar tvjf' alias lst='tar tvf' alias lsz='tar tvzf' -# Automatically upload screenshot plzkthx -alias putscreen='put $(screenshot)' - alias rd='rmdir' -# Useful when a beamer is connected to my laptop -alias rplayer='mplayer -vo x11 -zoom -vf scale=1024:-2' - alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin --log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'" ## Suspend @@ -87,6 +62,3 @@ alias s2r='sudo s2ram -f' ## Snownews alias sn='snownews' alias snu='snownews -u' - -# start x and log out immediately -alias x='unsetopt bg_nice; startx &! exit' |