Ensure humacs location is set.
This commit is contained in:
3
.bashrc
3
.bashrc
@ -47,6 +47,9 @@ fi
|
|||||||
# Configure display for vcxsrv
|
# Configure display for vcxsrv
|
||||||
export DISPLAY=`grep -oP "(?<=nameserver ).+" /etc/resolv.conf`:0.0
|
export DISPLAY=`grep -oP "(?<=nameserver ).+" /etc/resolv.conf`:0.0
|
||||||
|
|
||||||
|
# Configure emacs location
|
||||||
|
export EMACSLOADPATH=~/Downloads/humacs:
|
||||||
|
|
||||||
# Configure docker host
|
# Configure docker host
|
||||||
export DOCKER_HOST=tcp://localhost:2375
|
export DOCKER_HOST=tcp://localhost:2375
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user