Added alias function

This commit is contained in:
Thomas FORGIONE 2017-03-20 10:57:28 +01:00
parent 7c08e11315
commit b1c1ac3a3b
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 4 additions and 1 deletions

View File

@ -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"`
}