Describe the bug
Can not start binaries that I locate via tilde (~)
To Reproduce
Steps to reproduce the behavior:
~/Command not foundExpected behavior
The executable file should be started.
Example Session
nushell on ๎ master [?] is ๐ฆ v0.7.1 via ๐ฆ v1.40.0
โฏ whoami
stefano
nushell on ๎ master [?] is ๐ฆ v0.7.1 via ๐ฆ v1.40.0
โฏ ls ~/bin | where created < 10h
โโโโโโโโโโโโโโโโโโโโโโโโโโฏโโโโโโโฏโโโโโโโโฏโโโโโโโโโโโโโโฏโโโโโโโโโโโโโโฏโโโโโโโโโโโโโ
name โ type โ size โ created โ accessed โ modified
โโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโผโโโโโโโโผโโโโโโโโโโโโโโผโโโโโโโโโโโโโโผโโโโโโโโโโโโโ
/home/stefano/bin/clion โ File โ 176 B โ 6 hours ago โ 6 hours ago โ 6 hours ago
โโโโโโโโโโโโโโโโโโโโโโโโโโทโโโโโโโทโโโโโโโโทโโโโโโโโโโโโโโทโโโโโโโโโโโโโโทโโโโโโโโโโโโโ
nushell on ๎ master [?] is ๐ฆ v0.7.1 via ๐ฆ v1.40.0
โฏ ~/bin/clion
error: Command not found
- shell:1:11
1 | ~/bin/clion
| ^^^^^^^^^^^ command not found
nushell on ๎ master [?] is ๐ฆ v0.7.1 via ๐ฆ v1.40.0
โฏ /home/stefano/bin/clion
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
nushell on ๎ master [?] is ๐ฆ v0.7.1 via ๐ฆ v1.40.0
โฏ nu --version
nushell 0.7.1
nushell on ๎ master [?] is ๐ฆ v0.7.1 via ๐ฆ v1.40.0
โฏ uname -a
Linux STEFANO-PC 5.4.5-arch1-1 #1 SMP PREEMPT Wed, 18 Dec 2019 19:48:51 +0000 x86_64 GNU/Linux
Configuration (please complete the following information):
stableI have the same problem on Windows.
We have some things landing this week that should fix this issue. If not, I have another fix prepped and ready to go ๐
This should be working in master. I'll go ahead and close, but if you try master and still see the issue, please re-open.
Most helpful comment
We have some things landing this week that should fix this issue. If not, I have another fix prepped and ready to go ๐