X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=7c71ff4ee19d778ee8b49b43390895ffb151f361;hb=f3c3139072ca5d7ad8ba4d3d1fc091b383ad8f47;hp=efd21cfec75129b70bf0705d8984217795036e34;hpb=32adff6575bdbd1f2975ddc69541559b512965e8;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index efd21cf..7c71ff4 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2423,13 +2423,6 @@ inplaceMkDirs() { #k# mkdir -p from string under cursor or marked area zle -N inplaceMkDirs && bindkey '^XM' inplaceMkDirs -#f5# Make screenshot -sshot() { - [[ ! -d ~/shots ]] && mkdir ~/shots - #cd ~/shots ; sleep 5 ; import -window root -depth 8 -quality 80 `date "+%Y-%m-%d--%H:%M:%S"`.png - cd ~/shots ; sleep 5; import -window root shot_`date --iso-8601=m`.jpg -} - #f5# List files which have been accessed within the last {\it n} days, {\it n} defaults to 1 accessed() { emulate -L zsh