mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Modify fish config and prompt to check for commands before running;
cache programming language versions to improve prompt speed
This commit is contained in:
parent
75adf1cb0a
commit
101014980d
2 changed files with 41 additions and 29 deletions
|
|
@ -10,11 +10,8 @@ set -gx PATH $PATH $GOBIN \
|
|||
$HOME/.cargo/bin \
|
||||
$HOME/.dotnet/tools
|
||||
|
||||
set -g fish_escape_delay_ms 10
|
||||
|
||||
kitty + complete setup fish | source
|
||||
|
||||
source (brew --prefix asdf)/asdf.fish
|
||||
command -sq kitty; and kitty + complete setup fish | source
|
||||
command -sq asdf; and 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