This commit is contained in:
Frieder Schlesier 2019-10-15 20:34:42 +02:00
parent 8c363bad85
commit 6a5d204546
3 changed files with 5 additions and 4 deletions

View File

@ -659,7 +659,7 @@ tinc() {
torbrowser() {
del_stopped torbrowser
docker run -d \
docker run \
-v /etc/localtime:/etc/localtime:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=unix$DISPLAY \
@ -669,7 +669,6 @@ torbrowser() {
--name torbrowser \
${DOCKER_REPO_PREFIX}/tor-browser
exit 0;
}
transmission() {

2
.path
View File

@ -1,4 +1,4 @@
#export GOROOT=/usr/local/go/bin
export GOPATH=/home/fschl/projects/go_projects
# export GOPATH=/home/fschl/projects/go_projects
export PATH=${PATH}:/usr/local/go/bin:${GOPATH}/bin

View File

@ -322,7 +322,9 @@ you should place your code here."
(setq powerline-default-separator 'nil)
(setq dired-listing-switches "-alh")
(setq-default dotspacemacs-configuration-layers
'((auto-completion :variables
'((
rust
rustauto-completion :variables
auto-completion-enable-snippets-in-popup t
auto-completion-enable-help-tooltip t)))
)