From 80d81ba6b64a723d4167e29681820e7d3cc41e35 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 21 Jan 2021 12:45:44 +0100 Subject: .bashrc: remove NACL_{INC,LIB}_DIR --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index b84a59a..f9fc24b 100644 --- a/.bashrc +++ b/.bashrc @@ -105,6 +105,3 @@ export PATH=$HOME/bin:$PATH if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi - -export NACL_INC_DIR=/home/tobiask/nacl/nacl-20110221/build/ziws06/include/amd64 -export NACL_LIB_DIR=/home/tobiask/nacl/nacl-20110221/build/ziws06/lib/amd64 -- cgit v1.2.3-54-g00ecf