Skip to content

Instantly share code, notes, and snippets.

View biancalpadilla's full-sized avatar

Bianca Padilla biancalpadilla

View GitHub Profile
[
{ "keys": ["ctrl+shift+."], "command": "erb" },
{ "keys": ["super+v"], "command": "clipboard_manager_paste", "args": { "indent": true } },
]
{
"always_show_minimap_viewport": false,
"auto_complete_triggers":
[
{
"characters": "bs3",
"selector": "text.html"
}
],
"bold_folder_labels": true,
# name: fishy-drupal
function _git_branch_name
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end
function _is_git_dirty
echo (command git status -s --ignore-submodules=dirty ^/dev/null)
end
function _drush_alias_name
@biancalpadilla
biancalpadilla / .bash_profile
Created September 25, 2015 15:49 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management