diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-01-21 12:45:44 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-01-21 12:45:44 +0100 |
commit | 80d81ba6b64a723d4167e29681820e7d3cc41e35 (patch) | |
tree | b18001a35dd05081497670e1151a54dc4d97cc3e | |
parent | 3dc80f7b012e31c8489aeb74f2e86869a40d307b (diff) |
.bashrc: remove NACL_{INC,LIB}_DIR
-rw-r--r-- | .bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |