mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
settings for grv
This commit is contained in:
parent
c5581bc7b3
commit
d5b57cfdc3
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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/
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue