From 44514493c9347c571d19a61339a13a6da1d3c292 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 17 Feb 2016 17:20:01 +0200
Subject: [PATCH] - Added Golang directory and GOPATH environment variable. -
 Added $GOPATH/bin to the PATH environment variable. - A little better removed
 (but not purged) apt packages alias.

---
 .bashrc                   | 4 +++-
 Documents/Golang/.gitkeep | 0
 2 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 Documents/Golang/.gitkeep

diff --git a/.bashrc b/.bashrc
index 64a8e8c..edb49ea 100644
--- a/.bashrc
+++ b/.bashrc
@@ -32,6 +32,8 @@ fi
 
 export REPREPRO_BASE_DIR=$HOME/Documents/Shore/debian-repository
 export EDITOR=vim
+export GOPATH=$HOME/Documents/Golang
+export PATH=$PATH:$GOPATH/bin
 alias ll='ls -lh'
 alias la='ls -A'
 alias l='ls -CF'
@@ -41,7 +43,7 @@ alias deborphan='deborphan -a --no-show-section'
 alias aptitude='aptitude --display-format %p --quiet'
 alias obsolete='aptitude search ?obsolete'
 alias missing-recommends="aptitude search '~RBrecommends:~i'"
-alias removed="dpkg --get-selections | awk '/\tdeinstall/ {print $1}'"
+alias removed="dpkg --get-selections | awk '\$2==\"deinstall\" {print \$1}'"
 alias ansible-local='ansible localhost -c local -i localhost,'
 alias ansible-local-playbook='ansible-playbook -i localhost, -c local'
 alias gen-ssh-config='cat $HOME/.ssh/config.d/* > $HOME/.ssh/config'
diff --git a/Documents/Golang/.gitkeep b/Documents/Golang/.gitkeep
new file mode 100644
index 0000000..e69de29
-- 
GitLab