Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add non-interactive shell for MacVim #25

Open
albert-bedrock opened this issue Jul 24, 2023 · 1 comment
Open

Re-add non-interactive shell for MacVim #25

albert-bedrock opened this issue Jul 24, 2023 · 1 comment

Comments

@albert-bedrock
Copy link

albert-bedrock commented Jul 24, 2023

#!/bin/sh

export CFG_DIR="/Users/aliu/code/aliu/config"
CUR_SHELL="$(basename "$0" 2>/dev/null || echo "$0" | tr -d "-")"
IS_INTERACTIVE_SHELL=false

. "/Users/aliu/code/aliu/config/programs/shells/dispatch"

eval "$(/opt/homebrew/bin/brew shellenv)"

export NVM_DIR="$HOME/.nvm"
export PATH="$PATH:$NVM_DIR"

NVM_SCRIPT="/usr/local/opt/nvm/nvm.sh"

[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
[ -s "$NVM_SCRIPT" ] && . "$NVM_SCRIPT"
@albert-bedrock
Copy link
Author

It's been added, but need to still add NVM stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant