Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Jun 29, 2016
1 parent 82e5197 commit 1fd351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ esac

unset VIRTUALIZER
if [[ "$OSNAME" = "Linux" ]] && command -v lspci >/dev/null; then
export VIRTUALIZER=$(lspci | egrep -io 'qemu|virtualbx|vmware' | head -n1)
export VIRTUALIZER=$(lspci | egrep -io 'qemu|virtualbox|vmware' | head -n1)
fi

source ~/.bash_paths
Expand Down

0 comments on commit 1fd351f

Please sign in to comment.