Updates local machine settings

This commit is contained in:
William Carroll 2016-08-24 10:01:35 -04:00
parent 337ba2e247
commit 63b2827093
4 changed files with 26 additions and 3 deletions

View file

@ -21,7 +21,8 @@ function vfzopen() {
if [ ! -z "$filename" ]; then
vim "$filename"
echo "$filename"
vim +/"$search_query" "$filename"
return 0
else
return 1