settings for grv

This commit is contained in:
Gene Liverman 2018-03-14 03:01:32 -04:00
parent c5581bc7b3
commit d5b57cfdc3
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
2 changed files with 4 additions and 0 deletions

View file

@ -85,6 +85,9 @@ alias sz='source ~/.zshrc'
alias st='/Applications/SourceTree.app/Contents/MacOS/SourceTree &'
alias ykey='pkill gpg-agent && source ~/.zshrc; ssh-add -L'
# this makes grv from homebrew work
unalias grv
function otpon() {
osascript -e 'tell application "yubiswitch" to KeyOn'
}