mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Make prompt check for program before getting version;
remove rbenv setup; add asdf config
This commit is contained in:
parent
d21b209670
commit
75adf1cb0a
3 changed files with 12 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue