diff --git a/dot_config/alacritty/alacritty.toml.tmpl b/dot_config/alacritty/alacritty.toml.tmpl index 9a5d698..c6cca03 100644 --- a/dot_config/alacritty/alacritty.toml.tmpl +++ b/dot_config/alacritty/alacritty.toml.tmpl @@ -31,9 +31,6 @@ foreground = "#fffbf6" [env] TERM = "xterm-256color" -{{- if eq .chezmoi.hostname "mercutio" }} -WINIT_X11_SCALE_FACTOR="1.2" -{{- end }} [font] {{- if eq .chezmoi.hostname "mercutio" }} diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 85928c5..c0ed5f0 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -11,6 +11,7 @@ end set fish_greeting "" set EDITOR vi set -x GOPATH ~/.go +set -x BROWSER xdg-open if test -e $HOME/.asdf/asdf.fish . ~/.asdf/asdf.fish @@ -25,4 +26,3 @@ end # 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 -set GOOGLE_APPLICATION_CREDENTIALS "/home/barak/.memtoken.json"