Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
b4e2604c
Commit
b4e2604c
authored
Jan 31, 2016
by
neil
Browse files
info: Close and reopen your terminal to start using le
parent
bf3135ef
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
b4e2604c
...
...
@@ -1093,9 +1093,6 @@ install() {
cp
le.sh
$LE_WORKING_DIR
/
chmod
+x
$LE_WORKING_DIR
/le.sh
alias
le
=
\"
$LE_WORKING_DIR
/le.sh
\"
alias
le.sh
=
\"
$LE_WORKING_DIR
/le.sh
\"
_profile
=
"
$(
_detect_profile
)
"
if
[
"
$_profile
"
]
;
then
_debug
"Found profile:
$_profile
"
...
...
@@ -1106,7 +1103,7 @@ alias le.sh=\"$LE_WORKING_DIR/le.sh\"
"
>
"
$LE_WORKING_DIR
/le.env"
_setopt
"
$_profile
"
"source
\"
$LE_WORKING_DIR
/le.env
\"
"
_info
"OK, Close and reopen your terminal to start using le"
else
_info
"No profile is found, you will need to go into
$LE_WORKING_DIR
to use le.sh"
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment