Newer vimrc and asdf
This commit is contained in:
parent
c667df83fa
commit
d784acc82a
4 changed files with 28 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue