Replies: 2 comments 1 reply
-
I think it's likely we would have interested folks do this on an individual basis (such as with |
Beta Was this translation helpful? Give feedback.
1 reply
-
For Windows (and WSL) users, this can be achieved by creating the following files in
#!/usr/bin/env bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"$DIR/positron" "$@"
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that Positron supports launching from the command line in WSL, I’ve started to feel that the name
positron
is a bit long to type—especially compared to itscode
counterpart.Would it be possible (or preferable) to introduce a shorter alias, such as
pos
, for convenience?Beta Was this translation helpful? Give feedback.
All reactions