Updates local machine settings
This commit is contained in:
parent
337ba2e247
commit
63b2827093
4 changed files with 26 additions and 3 deletions
|
|
@ -21,7 +21,8 @@ function vfzopen() {
|
|||
|
||||
|
||||
if [ ! -z "$filename" ]; then
|
||||
vim "$filename"
|
||||
echo "$filename"
|
||||
vim +/"$search_query" "$filename"
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue