fish: Update cargo doc open command
Now that we set BROWSER correctly, we need not set this here.
This commit is contained in:
parent
84455420e5
commit
051856602c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue