You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .bash_nav, we introduce an open command for wsl, but there's actually already an open command. It's symlinked to the openvt command.
ls -l $(which open)
lrwxrwxrwx 1 root root 6 Jan 22 2018 /bin/open -> openvt*
Unfortunately, openvt doesn't seem to work on wsl. @GiselleSerate, should we continue overriding the default open command with our own, or should we rename our open command to something else that won't conflict?
Maybe openw for "open in windows"? Or maybe the slightly longer wslopen?
The text was updated successfully, but these errors were encountered:
In
.bash_nav
, we introduce anopen
command forwsl
, but there's actually already anopen
command. It's symlinked to theopenvt
command.Unfortunately,
openvt
doesn't seem to work onwsl
. @GiselleSerate, should we continue overriding the defaultopen
command with our own, or should we rename ouropen
command to something else that won't conflict?Maybe
openw
for "open in windows"? Or maybe the slightly longerwslopen
?The text was updated successfully, but these errors were encountered: