From 5388861c8edf45bbe1fd2fdedd19f73ba210daa0 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 23 Mar 2011 04:00:09 +0100 Subject: Only one dir for menc --- .zsh/zshfunctions | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.zsh/zshfunctions') diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index cd5433a..bd4a911 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -144,11 +144,8 @@ menc() read -rs "p?Password: " echo - echo "Loading ~/schreiben/in" - echo $p | encfs --stdinpass ~/.enc/schreiben_in ~/schreiben/in - - echo "Loading ~/schreiben/out" - echo $p | encfs --stdinpass ~/.enc/schreiben_out ~/schreiben/out + echo "Loading ~/schreiben/" + echo $p | encfs --stdinpass ~/.enc/schreiben/ ~/schreiben/ unset p } -- cgit v1.2.3-54-g00ecf