Newer vimrc and asdf

This commit is contained in:
Barak Michener 2023-05-18 15:23:57 -07:00
parent c667df83fa
commit d784acc82a
4 changed files with 28 additions and 10 deletions

View file

@ -12,4 +12,13 @@ set fish_greeting ""
set EDITOR vi
set -x GOPATH ~/.go
if test -e $HOME/.asdf/asdf.fish
. ~/.asdf/asdf.fish
end
. ~/.config/fish/fish_aliases.fish
# 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"