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
middle_name = case full_name | |
when /^.*\s(.*)\s.*$/ | |
$1 | |
else | |
"Peatrice" | |
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
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 |
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
--- | |
- 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" |
NewerOlder