setopt auto_cd
cdpath=($HOME/<dir1> $HOME/<dir2>)
Now simply from any dir
### Keybase proof | |
I hereby claim: | |
* I am yuhonas on github. | |
* I am tussock (https://keybase.io/tussock) on keybase. | |
* I have a public key ASA2GL5zmUxs7kyEXOfhWGNanIzDbeNBJTY2AYW0yxWOnAo | |
To claim this, I am signing this object: |
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json", | |
"basics": { | |
"name": "Clint Plummer", | |
"label": "Engineering Leader", | |
"image": "https://gravatar.com/avatar/47dcd08e87e97b88d915d83ec373da74?s=200", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://clintp.xyz", | |
"summary": "Software engineering leader with over 20 years experience developing for the web across multiple languages. Highly collaborative with an excellent understanding of development best practices throughout the entire SDLC, growing high-performing agile teams and crafting/executing on company product roadmaps. Demonstrated success in collaborating with both executives and technical/non technical stakeholders, leading to many successful deliveries in early stage to unicorn level startups in the USA", |
require Rails.application.root.join('app', 'lib', 'phone_number_formatter') | |
module Mail | |
class TwilioSmsDelivery | |
attr_reader :response | |
def initialize(options) | |
@options = options | |
end |
tell application (path to frontmost application as text) | |
try | |
set imageFile to (choose file with prompt "Select an image file:" of type "public.image") as text | |
end try | |
end tell | |
tell application "System Events" | |
repeat with desktopIndex from 1 to count of desktops | |
tell desktop desktopIndex | |
set picture to imageFile |
generate(:controller, "dashboard") | |
route "root to: 'dashboard#index'" | |
rails_command("db:setup") | |
rails_command("db:migrate") | |
after_bundle do | |
generate(:devise, "User") | |
git :init |
{ | |
"settingsVersion": "1.67", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://docs.google.com/spreadsheets/*", | |
"passKeys": "" | |
} | |
], | |
"filterLinkHints": false, | |
"waitForEnterForFilteredHints": true, |
#!/bin/bash | |
# Usage | |
# $0 http://artscene.textfiles.com/ansi/bbs/sunshine.8bs | |
curl $1 | iconv -f 437 | pv --quiet --rate-limit 7000 |
{ | |
"title": "Media Controls for keyboards that don't have it", | |
"rules": [{ | |
"description": "Function media keys", | |
"manipulators": [{ | |
"type": "basic", | |
"from": { | |
"key_code": "insert", | |
"modifiers": { | |
"mandatory": [ |