mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
Add dotnet tools to path
This commit is contained in:
parent
99ded88941
commit
e7657ce150
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ set -gx PATH $PATH $GOBIN \
|
|||
$HOME/Documents/scripts \
|
||||
$HOME/Documents/flutter/bin \
|
||||
$HOME/.cargo/bin \
|
||||
$HOME/.rbenv/versions/2.7.0/bin
|
||||
$HOME/.rbenv/versions/2.7.0/bin \
|
||||
$HOME/.dotnet/tools
|
||||
|
||||
set -g fish_escape_delay_ms 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue