From dd7aa20a3a0bc307a5e5ce64f0445d0308414a3e Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Thu, 29 Jun 2017 08:25:33 +0300 Subject: [PATCH] - Forgot to remove directory from path, corrected. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index b5d6838..d8b4878 100644 --- a/.bashrc +++ b/.bashrc @@ -48,7 +48,6 @@ export REPREPRO_BASE_DIR="$HOME/Documents/Shore/debian-repository" export EDITOR=vim export GOPATH="$HOME/Documents/Golang" export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH" -export PATH="$HOME/Documents/Shore/cleanup:$PATH" export PATH="$HOME/Documents/Shore/ssh-ca:$PATH" export PATH="$HOME/Documents/Shore/ssl-ca:$PATH" export PATH="$HOME/.cargo/bin:$PATH" -- GitLab