parent
482587ccc1
commit
0c000af721
1 changed files with 6 additions and 2 deletions
@ -1,2 +1,6 @@ |
|||||||
#!/bin/zsh |
alias cloudapp="${0:a:h}/cloudapp.rb" |
||||||
alias cloudapp=$ZSH/plugins/cloudapp/cloudapp.rb |
|
||||||
|
# Ensure only the owner can access the credentials file |
||||||
|
if [[ -f ~/.cloudapp ]]; then |
||||||
|
chmod 600 ~/.cloudapp |
||||||
|
fi |
||||||
|
|||||||
Loading…
Reference in new issue