I hereby claim:
- I am blpabhishek on github.
- I am blpabhishek (https://keybase.io/blpabhishek) on keybase.
- I have a public key whose fingerprint is A4F9 C550 A2AE 3CED 2B73 51D4 0400 2DBA 6899 71C5
To claim this, I am signing this object:
| tell application "Safari" | |
| activate | |
| set counter to 0 | |
| repeat | |
| set counter to (counter + 1) | |
| tell front window of application "Safari" to set current tab to tab (counter) | |
| delay 2 | |
| set counter to (counter mod 5) | |
| end repeat | |
| end tell |
I hereby claim:
To claim this, I am signing this object:
| syntax on | |
| colo desert | |
| set nocompatible | |
| set ruler | |
| set nu | |
| set expandtab | |
| set tabstop=2 | |
| set shiftwidth=2 | |
| filetype indent plugin on |
| export HOMEBREW_NO_GITHUB_API=1 | |
| export HOMEBREW_NO_ANALYTICS=1 | |
| export N_PREFIX=~/.n | |
| #zmodload zsh/zprof | |
| # Handle Zsh history | |
| export HISTFILE=~/.zsh_history | |
| export HISTSIZE=15000 | |
| export SAVEHIST=10000 | |
| setopt BANG_HIST # Treat the '' character specially during expansion. |