mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Fix broken shell integration with nvm for Zsh and Bash
This commit is contained in:
parent
4424ba2e5b
commit
24d4862dfd
6 changed files with 63 additions and 53 deletions
|
|
@ -81,7 +81,7 @@ function setupShell(shell) {
|
|||
}
|
||||
|
||||
function copyStartupFiles() {
|
||||
const startupFiles = ["init-zsh.sh"];
|
||||
const startupFiles = ["init-posix.sh"];
|
||||
|
||||
for (const file of startupFiles) {
|
||||
const targetPath = path.join(os.homedir(), ".safe-chain", "scripts", file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue