Skip to content

Commit

Permalink
Add configuration for Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
neko314 committed May 1, 2022
1 parent 53a2831 commit b975835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ set -g fish_user_paths "/usr/local/opt/imagemagick@6/bin" $fish_user_paths
## vi mode
fish_vi_key_bindings

# rust
export PATH="$HOME/.cargo/bin:$PATH"

if status --is-interactive
abbr --add --global b 'bundle'
abbr --add --global bi 'bundle install'
Expand Down

0 comments on commit b975835

Please sign in to comment.