Skip to content

Commit

Permalink
tmux-network also ignores vbox host-only adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Aug 3, 2020
1 parent f2ad38c commit 90e49c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-network
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo -n " "

exclude="lo|docker0"
exclude="lo|docker|vboxnet"
if [ "$HOSTNAME" == "Precision390" ]; then
# for some reason this machine is convinced it has a wireless adapter
exclude="${exclude}|wlan0"
Expand Down

0 comments on commit 90e49c4

Please sign in to comment.