BROWSER
This commit is contained in:
parent
9292773c26
commit
b307fab0f2
2 changed files with 1 additions and 4 deletions
|
|
@ -31,9 +31,6 @@ foreground = "#fffbf6"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
{{- if eq .chezmoi.hostname "mercutio" }}
|
|
||||||
WINIT_X11_SCALE_FACTOR="1.2"
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
{{- if eq .chezmoi.hostname "mercutio" }}
|
{{- if eq .chezmoi.hostname "mercutio" }}
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ end
|
||||||
set fish_greeting ""
|
set fish_greeting ""
|
||||||
set EDITOR vi
|
set EDITOR vi
|
||||||
set -x GOPATH ~/.go
|
set -x GOPATH ~/.go
|
||||||
|
set -x BROWSER xdg-open
|
||||||
|
|
||||||
if test -e $HOME/.asdf/asdf.fish
|
if test -e $HOME/.asdf/asdf.fish
|
||||||
. ~/.asdf/asdf.fish
|
. ~/.asdf/asdf.fish
|
||||||
|
|
@ -25,4 +26,3 @@ end
|
||||||
# The next line updates PATH for the Google Cloud SDK.
|
# The next line updates PATH for the Google Cloud SDK.
|
||||||
if [ -f '/home/barak/local/google-cloud-sdk/path.fish.inc' ]; . '/home/barak/local/google-cloud-sdk/path.fish.inc'; end
|
if [ -f '/home/barak/local/google-cloud-sdk/path.fish.inc' ]; . '/home/barak/local/google-cloud-sdk/path.fish.inc'; end
|
||||||
|
|
||||||
set GOOGLE_APPLICATION_CREDENTIALS "/home/barak/.memtoken.json"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue