I hereby claim:
- I am hindenbug on github.
- I am hindenbug (https://keybase.io/hindenbug) on keybase.
- I have a public key ASAmvn6HfeoDODUEYwUwJlF5j6-ziUsB61XOoVIqYjk-Cgo
To claim this, I am signing this object:
| :%s/.*<patter>.*/"&"/ |
| zmodload zsh/zprof | |
| export PATH=/usr/local/bin:$PATH | |
| #export PATH="$HOME/.bin:$PATH" | |
| # PYTHON PATHS | |
| export PATH="$PYENV_ROOT/bin:$PATH" | |
| export PATH="$HOME/.cargo/bin:$PATH" | |
| # GO PATHS | |
| #export PATH=$PATH:$GOROOT/bin:$GOPATH/bin |
| - name: Delete multiple files | |
| file: | |
| path: "{{ item }}" | |
| state: absent | |
| with_items: | |
| - file1.txt | |
| - file2.txt | |
| - file3.txt |
| /sbin/ifconfig eth0 | grep 'inet addr' | cut -d: -f2 | awk '{print $1}' | |
| hostname -I | awk '{print $3}' |
I hereby claim:
To claim this, I am signing this object:
| %s/\r//g |
I hereby claim:
To claim this, I am signing this object:
| # Source Prezto. | |
| if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
| source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" | |
| fi | |
| bindkey '^[[A' history-substring-search-up | |
| bindkey '^[[B' history-substring-search-down | |
| eval "$(fasd --init zsh-ccomp zsh-ccomp-install posix-alias zsh-hook)" | |
| export PYTHONSTARTUP=~/.pythonrc |
| source 'https://rubygems.org' | |
| gem 'lotus-router' | |
| group :test do | |
| gem 'rspec' | |
| gem 'capybara' | |
| end |