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

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
# Config files that are not suitable to add to version control: # Config files that are not suitable to add to version control:
link/nix/config/configstore/update-notifier-npm.json link/nix/config/configstore/update-notifier-npm.json
link/nix/config/filezilla link/nix/config/filezilla
link/nix/config/grv/
link/nix/config/hub link/nix/config/hub
link/nix/config/NuGet/nuget.config link/nix/config/NuGet/nuget.config
link/nix/config/powershell/powershellget/ link/nix/config/powershell/powershellget/

View file

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