dotfiles/.config/fish/config.fish

13 lines
416 B
Fish
Raw Normal View History

set -gx GOPATH $HOME/Documents/go
set -gx GOBIN $GOPATH/bin
2019-08-23 13:43:41 +00:00
set -gx PATH $PATH $GOBIN \
$HOME/.pub-cache/bin \
$HOME/Documents/scripts \
2019-08-23 13:43:41 +00:00
$HOME/Documents/flutter/bin \
$HOME/.cargo/bin
set -g fish_escape_delay_ms 10
# 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