From b1c1ac3a3b1b25857d17c070031c97fef9cbb15e Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 20 Mar 2017 10:57:28 +0100 Subject: [PATCH] Added alias function --- zsh/functions.zsh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 4883fd0..0fa4c40 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -30,9 +30,12 @@ vclass() { vide() { v $1 -c ":NERDTree" } -v2() { +vs() { v $1 -c ":vs $2" } +sp() { + v $1 -c ":sp $2" +} vfind() { v `find . -name "$1"` }