This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add the following to your ~/.bashrc or ~/.zshrc | |
hitch() { | |
command hitch "$@" | |
if [[ -s "$HOME/.hitch_export_authors" ]] ; then source "$HOME/.hitch_export_authors" ; fi | |
} | |
alias unhitch='hitch -u' | |
# Uncomment to persist pair info between terminal instances | |
# hitch | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias ts='date; time (rspec spec && flatware -w 4); date' | |
alias fw='date; time (flatware -w 4);date' | |
alias rw='rake jobs:work' | |
alias rc='rake jobs:clear; rw' | |
alias fwc='ps aux|grep flatware' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9telcT7RMeAIqrIs3BDRNSauKhQFzHUgZQBxgzBKlAWoti1tfHnohf93pAo/zUI/2HpOhHpGi1kZLMzjOBjl8cfRpAIckfPUlNfAipySPgNU6Fu4WJ1X2AyXqnTBXla8xTitaxA1ax39oQHolsCjfQBkLmna8k0VszVQmm3qPscBkR49Z1FDC9zDkvatgFMohnglD6CJcprl6dRm6vjjeWEftAh/2P4+a6lnDpTv/Y6gNGdoFD03WPaytGvMqDlRxcI6nNZKz8PZbj8exqvv/14P8hCsR+4oN59F8AmtkVQ88vxTAW1aLV1/V694PefoMYVBwudUJEVJKVJN0AP29 [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :db do |namespace| | |
namespace.tasks.each {|task| task.clear} | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] 28432 | |
[email protected] 98521 | |
[email protected] 53239 | |
[email protected] 21672 | |
[email protected] 88826 | |
[email protected] 95888 | |
[email protected] 61645 | |
[email protected] 65461 | |
[email protected] 53564 | |
[email protected] 47411 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initialize engine version: 5.6.3p4 (fbe8bd37d7fa) | |
GfxDevice: creating device client; threaded=1 | |
Direct3D: | |
Version: Direct3D 11.0 [level 11.1] | |
Renderer: NVIDIA GeForce GTX 1080 Ti (ID=0x1b06) | |
Vendor: NVIDIA | |
VRAM: 11127 MB | |
Driver: 26.21.14.3200 | |
Shader 'Unlit/ChromaKey2': fallback shader 'Unlit' not found | |
Begin MonoManager ReloadAssembly |
OlderNewer