Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 5,852 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Shell
-
Updated
Oct 9, 2020 - Shell
TODO
- Dynamic variable naming.
- Internal variables.
- Turn the non-functions into functions.
- This is so tests can be written.
- It also shows a working use case for the task.
- Add a
CONTRIBUTING.md. - Look into side effects of using
shoptandset. -
/dev/tcp - Convert to
pdf- Add a cover.
- Add references.
- Write some
-
Updated
Oct 9, 2020 - Shell
-
Updated
Sep 5, 2020 - Shell
Current behavior
Expected behavior
Relevant Zsh configuration (.zshrc)
Irrelevant with the issue
Environment
Spaceship version: `3.11
Solaris and Illumos use Bash as the default shell. However, currently bash-it does not work as expected on them.
This can be fixed as described, tested, and confirmed here.
Here's what I suggest:
- In
install.sh, check for `$0S
- https://openports.se/shells/zsh-syntax-highlighting
- http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/shells/zsh-syntax-highlighting/
- Might as well link to https://repology.org/project/zsh-syntax-highlighting/versions so people can quickly check whether their distro's covered or not
Kudos to Matthew for making the former happen in the first place :-)
-
Updated
Oct 9, 2020 - Shell
-
Updated
Oct 5, 2020 - Shell
Steps to reproduce
Run asdf. In help output a line is printed for the asdf env command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
It would be nice if lynis would gather (and report in the portal/reports) information about user-accounts:
- Expired or soon to expire passwords (passwd -e)
- Locked accounts (passwd -S )
- Expired accounts (chage -E / chage -l )
-
Updated
Oct 6, 2020 - Shell
-
Updated
Oct 9, 2020 - Shell
-
Updated
Aug 5, 2019 - Shell
-
Updated
Aug 1, 2020 - Shell
-
Updated
Sep 30, 2020 - Shell
-
Updated
Jun 9, 2020 - Shell
-
Updated
Sep 9, 2020 - Shell
The current instructions: README.md#oh-my-zsh, suggest to add zsh-completions to plugins and rerun compinit.
But that's sub-optimal. This will cause Zsh to rebuild the completion cache twice on each Zsh invocation: The first when you source oh-my-zsh, and the second time whe


Hello,
fzf is installed via the openbsd package manager like this :