-
When, for example, bash run on top of zsh, `$SHELL` will be zsh and thefuck will generate wrong alias.
We use `$SHELL` for performance reason, so for fixing this we need to:
* get shell from pare…
-
**Describe the bug**
`"maven.terminal.useJavaHome": true,` or `maven.terminal.customEnv` doesnt override `JAVA_HOME` on zsh. It works in bash shell (by changing`"terminal.integrated.shell.osx": "/bin…
-
```
Go does not seem to recognise ZSH as a shell.
To work around this, I had to change:
$ vim /usr/lib/python2.6/site-packages/go.py
363 if "/bash" in shell_path or "/sh" in shell_p…
-
**Is your feature request related to a problem? Please describe.**
I have tons of aliases but cannot use them directly in Lazygit because bash is the default shell.
I use zsh.
I found some solutio…
-
**Is your feature request related to a problem? Please describe.**
Installed zsh in docker image but have to run zsh every time I launch my csci350 image.
**Describe the solution you'd like**
Ma…
-
**Describe the bug**
`Try it! Open a new terminal, and type:
$ nix-shell -p nix-info --run "nix-info -m"
`
**Steps To Reproduce**
1. Go to Get Started on https://nixos.org/guides/instal…
-
On Mac OS X (10.11.6) I ran `curl https://nixos.org/nix/install | sh` which downloaded `https://nixos.org/releases/nix/nix-2.0.4/nix-2.0.4-x86_64-darwin.tar.bz2`
On completion this was printed:
…
-
```zsh
# change to a newly created dir
mkdir /tmp/foo
cd /tmp/foo
# delete it while inside
rm -r /tmp/foo
# some debugging (not required to trigger the bug)
mkdir -p /tmp/foo/bar
pwd # su…
-
I am trying to let puma-dev to use `/bin/sh` instead of `/bin/zsh` , I tried to set the content of `.pumaenv` as:
```
export SHELL=/bin/sh
```
but when I look into logs, I see:
```
! Booti…
-
Inspired by [this](https://github.com/elfmz/far2l/issues/1900) issue. [Started](https://support.apple.com/en-us/HT208050) from MacOS Catalina (10.15) the default shell is ZSH:
```cmd
echo $SHELL
…