This commit is contained in:
Barak Michener 2024-06-03 17:33:04 -07:00
parent 9292773c26
commit b307fab0f2
2 changed files with 1 additions and 4 deletions

View file

@ -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" }}

View file

@ -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"