BTS

Issue986

Title extend zshrc purge function with more temp file types
Priority feature Status resolved
Superseder Nosy List btittelbach, ft
Assigned To ft Topics zsh

Created on 2011-05-19.23:31:20 by btittelbach, last changed 2011-11-07.12:14:13 by mika.

Files
File name Uploaded Type Edit Remove
grml-zshrc-purge.patch btittelbach, 2011-06-11.12:38:51 text/x-patch
Messages
msg4034 (view) Author: mika Date: 2011-11-07.12:14:13
Fixed as of git commit 5dd23e2f 2011-07-08, uploaded as grml-etc-core 0.4.00.

Thanks Bernhard,
regards,
-mika-
msg3844 (view) Author: btittelbach Date: 2011-06-11.12:38:51
updated patch to match current version of function at
https://www.tittelbach.at/zsh/purge
msg3818 (view) Author: btittelbach Date: 2011-05-27.17:21:24
the functions uses setopt so emulate -L zsh should be used.
-> new patch which includes documentation
msg3790 (view) Author: btittelbach Date: 2011-05-19.23:31:19
yet another snippet of daily use which I merged into my local grml zshrc.
Provided here in the hope that you will find it useful and merge it into grmls
zshrc at your convenience (it's not urgent) :-)

Extends "purge" function to delete temporary files of corresponding LaTeX,
Haskell or Python source files. 
I.e. it deletes those temporary files only if the source files which generated
them also exists.
History
Date User Action Args
2011-11-07 12:14:13mikasetstatus: chatting -> resolved
messages: + msg4034
2011-06-11 12:38:52btittelbachsetfiles: + grml-zshrc-purge.patch
messages: + msg3844
2011-06-11 12:37:45btittelbachsetfiles: - grml-zshrc-purge.patch
2011-05-27 17:21:39btittelbachsetfiles: - grml-zshrc-purge.patch
2011-05-27 17:21:25btittelbachsetfiles: + grml-zshrc-purge.patch
status: unread -> chatting
messages: + msg3818
2011-05-21 00:00:54btittelbachsettopic: + zsh
2011-05-19 23:31:20btittelbachcreate