-
If I log in via SSH, the `PATH` gets some defaults + my additions from `.profile` and `.bashrc`:
```
sskras@vps1128235:~$ echo "${PATH//:/$'\n'}"
/home/sskras/.local/bin
/home/sskras/bin
/usr/loc…
-
The current shell script uses bash shell which isn't fast and portable, maybe we could use posix sh and support the other terminal at the same time.
-
#### For new checks and feature suggestions
- [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this
- [x] I searched through https://github.com/koala…
-
POSIX shell language defines functions like `foo() { ... }`. We must support them.
- [ ] #54
- [ ] #55
Related to #27.
-
Hello!
## Context
i currently use borg 1.x on a debian bookworm system, where i (also) want the server to not trust the clients that much and said clients connect to the server (and send data) o…
qyanu updated
1 month ago
-
### Description of problem
Erased older platform IO, installed latest platform IO and broke my Zephyr build. The older version used Zephyr 3.6 and the latest uses Zephyr 3.7 now my code no longer c…
-
```
Use any of the `Transport` classes when the default shell is set to
come C-shell variant and the locale is a non-English one, may result
in:
* non-English messages being printed by the remote com…
-
```
Use any of the `Transport` classes when the default shell is set to
come C-shell variant and the locale is a non-English one, may result
in:
* non-English messages being printed by the remote com…
-
Some alternatives that might be a direct replacement:
- rustybox (as name implies its in rust)
- toybox (c more posix compliant)
Opening this issue because lack of wget/curl in https with cert ve…
-
# Documenting Nushell's Behavior as a Login Shell
## Non POSIX Compliant
Obviously, nushell is **NOT** a *POSIX-compliant shell*. This may be the reason why users have trouble using it as a login …