Make prompt check for program before getting version;

remove rbenv setup;
add asdf config
This commit is contained in:
mitchell 2020-02-08 01:10:47 -05:00
parent d21b209670
commit 75adf1cb0a
3 changed files with 12 additions and 13 deletions

View file

@ -8,14 +8,13 @@ set -gx PATH $PATH $GOBIN \
$HOME/Documents/scripts \
$HOME/Documents/flutter/bin \
$HOME/.cargo/bin \
$HOME/.rbenv/versions/2.7.0/bin \
$HOME/.dotnet/tools
set -g fish_escape_delay_ms 10
kitty + complete setup fish | source
status --is-interactive; and source (rbenv init -|psub)
source (brew --prefix asdf)/asdf.fish
# The next line updates PATH for the Google Cloud SDK.
# if test -f '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; source '/Users/m/Documents/google-cloud-sdk/path.fish.inc'; end