Skip to content

Instantly share code, notes, and snippets.

middle_name = case full_name
when /^.*\s(.*)\s.*$/
$1
else
"Peatrice"
end
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index f005700..cdb409a 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -16,8 +16,9 @@ _bundler-installed() {
_within-bundled-project() {
local check_dir=$PWD
+ [ -f "$check_dir/Gemfile" ] && return true
while [ "$(dirname $check_dir)" != "/" ]; do
---
- name: Michael Applebaum
profile_id: 79325815
locations:
- "C\xC3\xB4te-des-Neiges"
- "Notre-Dame-de-Gr\xC3\xA2ce"
positions:
- Maire d'arrondissement
- Conseiller de la Ville
- "Vice-pr\xC3\xA9sident du comit\xC3\xA9 ex\xC3\xA9cutif"