From 9837c9bea5ce39b64cbe7146400993ca8da495b8 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 17 May 2017 16:59:32 +0200 Subject: [PATCH] bashrc: config for matchbox --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index b45ecb9..f0ffe60 100644 --- a/.bashrc +++ b/.bashrc @@ -164,6 +164,9 @@ export CGO_CPPFLAGS="-Wno-deprecated-declarations" export PATH=$HOME/.cargo/bin:$PATH export RUST_SRC_PATH=$HOME/Dev/rust/rust-master/src +# matchbox +export SAN=DNS.1:matchbox.example.com,IP.1:127.0.0.1 + # git prompt if [ -f ~/.bash_gitprompt ]; then . ~/.bash_gitprompt