From 690b0361ed58b98ed46476a19238f0c70720c45e Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 8 Aug 2016 17:11:56 -0400 Subject: [PATCH] Replace srm --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 3c64aa3..c67e7f1 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -79,7 +79,7 @@ alias mouse1="xmodmap <(echo pointer = 1 2 3)" alias mouse2="xmodmap <(echo pointer = 3 2 1)" alias ocp="ocp -vs0 -dcurses" alias con='git x php app/console' -alias srm='srm -dv' +alias srm='shred -uzv' alias disphost='export DISPLAY=:0.0' alias ll='ls -AlhF' alias la='ls -A'