Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
0c000af7
Unverified
Commit
0c000af7
authored
Apr 08, 2019
by
Marc Cornellà
Committed by
GitHub
Apr 08, 2019
Browse files
cloudapp: fix permissions of credentials file
Fixes #4151
parent
482587cc
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/cloudapp/cloudapp.plugin.zsh
View file @
0c000af7
#!/bin/zsh
alias
cloudapp
=
$ZSH
/plugins/cloudapp/cloudapp.rb
alias
cloudapp
=
"
${
0
:a:h
}
/cloudapp.rb"
# Ensure only the owner can access the credentials file
if
[[
-f
~/.cloudapp
]]
;
then
chmod
600 ~/.cloudapp
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