From 87b909158e8a7acd3ecfc34ccddbce3b59b240a1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 3 Dec 2015 11:10:12 +0200
Subject: [PATCH] Back on Debian, remove OSX cruft, adding ssl-ca and
 ansible-local-playbook aliases.

---
 .bashrc | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/.bashrc b/.bashrc
index 28acf5d..7e6f478 100644
--- a/.bashrc
+++ b/.bashrc
@@ -99,23 +99,14 @@ alias ansible-vagrant='ansible-playbook Ansible/vagrant.yml -s -i \
 --private-key=$HOME/.vagrant.d/insecure_private_key -u vagrant -e "state=\
 dev"'
 alias ansible-local='ansible localhost -c local -i localhost,'
+alias ansible-local-playbook='ansible-playbook -i localhost,'
 alias backup='cat Documents/Backup\ list.yml | \
 Documents/yaml2duplicity_include_list.py | duplicity --exclude $HOME \
 --include-filelist-stdin $HOME file:///media/nimrod/backup'
 alias gen_ssh_config='cat $HOME/.ssh/config.d/* > $HOME/.ssh/config'
+alias ssl-ca='$HOME/Documents/Shore/ssl-ca/ssl-ca'
 new_cgit_repo ()
 {
     ssh cgit "git init --bare /srv/git/$1"
     git clone ssh://cgit/srv/git/$1
 }
-# Because OSX is the opposite of useful
-if [ "$(uname)" == "Darwin" ]
-then
-    if [ -f $(brew --prefix)/etc/bash_completion ]; then
-        . $(brew --prefix)/etc/bash_completion
-    fi
-    export HOMEBREW_CASK_OPTS="--appdir=/Applications" #put this in our .zshrc | .bash_profile
-    export LC_ALL=en_US.UTF-8
-    export LANG=en_US.UTF-8
-    export PATH="/usr/local/sbin:$PATH"
-fi
-- 
GitLab