mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 16:23:15 +08:00
parent
482587ccc1
commit
0c000af721
@ -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
Block a user