updates
This commit is contained in:
parent
8c363bad85
commit
6a5d204546
|
@ -659,7 +659,7 @@ tinc() {
|
||||||
torbrowser() {
|
torbrowser() {
|
||||||
del_stopped torbrowser
|
del_stopped torbrowser
|
||||||
|
|
||||||
docker run -d \
|
docker run \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
-e DISPLAY=unix$DISPLAY \
|
-e DISPLAY=unix$DISPLAY \
|
||||||
|
@ -669,7 +669,6 @@ torbrowser() {
|
||||||
--name torbrowser \
|
--name torbrowser \
|
||||||
${DOCKER_REPO_PREFIX}/tor-browser
|
${DOCKER_REPO_PREFIX}/tor-browser
|
||||||
|
|
||||||
exit 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
transmission() {
|
transmission() {
|
||||||
|
|
2
.path
2
.path
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
#export GOROOT=/usr/local/go/bin
|
#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
|
export PATH=${PATH}:/usr/local/go/bin:${GOPATH}/bin
|
|
@ -322,7 +322,9 @@ you should place your code here."
|
||||||
(setq powerline-default-separator 'nil)
|
(setq powerline-default-separator 'nil)
|
||||||
(setq dired-listing-switches "-alh")
|
(setq dired-listing-switches "-alh")
|
||||||
(setq-default dotspacemacs-configuration-layers
|
(setq-default dotspacemacs-configuration-layers
|
||||||
'((auto-completion :variables
|
'((
|
||||||
|
rust
|
||||||
|
rustauto-completion :variables
|
||||||
auto-completion-enable-snippets-in-popup t
|
auto-completion-enable-snippets-in-popup t
|
||||||
auto-completion-enable-help-tooltip t)))
|
auto-completion-enable-help-tooltip t)))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue