Fixed conditional and lock command
This commit is contained in:
parent
38b4b42abe
commit
33edd3838c
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ source $DOTFILES_DIR/.antigen/antigen.zsh
|
|||
antigen-use oh-my-zsh
|
||||
antigen-bundle git
|
||||
|
||||
if [[ $OSTYPE == "darwin*" ]]; then
|
||||
if [[ $OSTYPE == darwin* ]]; then
|
||||
antigen-bundle osx
|
||||
|
||||
# Lock it up
|
||||
alias lock="pmset displaysleepnow"
|
||||
alias lock="pmset sleepnow"
|
||||
|
||||
# Unquarantine files on OSX
|
||||
alias unquarantine="xattr -r -d com.apple.quarantine *"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue