fish: Update cargo doc open command

Now that we set BROWSER correctly, we need not set this here.
This commit is contained in:
Sanchayan Maity 2021-10-22 18:06:11 +05:30
parent 84455420e5
commit 051856602c
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ alias cba='cargo update && cargo build --all && cargo doc'
alias cbb='cargo build --all'
alias cbc='cargo clean'
alias cbd='cargo doc'
alias cbD='env BROWSER=firefox-wayland cargo doc --open'
alias cbD='cargo doc --open'
alias cbu='cargo update'
# Git fzf helper functions