-
Notifications
You must be signed in to change notification settings - Fork 7
Add Startup scripts #62
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
base: master
Are you sure you want to change the base?
Conversation
can we add this as a command to the sce batch file instead? similar to |
@@ -0,0 +1,3 @@ | |||
# Add an alias for the SCE cli in .zshrc file | |||
echo "./sce.sh completion" >> ~/.bashrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this? cant the user just copy paste this line in their own terminal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. This file is unneeded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add trailing new lines to the files.
@@ -0,0 +1,3 @@ | |||
# Add an alias for the SCE cli in .zshrc file | |||
echo "./sce.sh completion" >> ~/.bashrc | |||
source ~/.bashrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is already run by default on most terminals so the user just needs to make the change once in bashrc.
@@ -0,0 +1,3 @@ | |||
# Add an alias for the SCE cli in .zshrc file | |||
echo "./sce.sh completion" >> ~/.bashrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. This file is unneeded
For Windows:


Running startup batch script will add current directory to user environment variables
It will make sure it's not already added