bashrc: config for matchbox
This commit is contained in:
parent
963208808f
commit
9837c9bea5
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -164,6 +164,9 @@ export CGO_CPPFLAGS="-Wno-deprecated-declarations"
|
||||||
export PATH=$HOME/.cargo/bin:$PATH
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
export RUST_SRC_PATH=$HOME/Dev/rust/rust-master/src
|
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
|
# git prompt
|
||||||
if [ -f ~/.bash_gitprompt ]; then
|
if [ -f ~/.bash_gitprompt ]; then
|
||||||
. ~/.bash_gitprompt
|
. ~/.bash_gitprompt
|
||||||
|
|
Loading…
Add table
Reference in a new issue