mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
fix browser variable
This commit is contained in:
parent
fedd2b64ee
commit
94ab625749
1 changed files with 3 additions and 1 deletions
|
@ -44,4 +44,6 @@ if command -v kubectl >/dev/null
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
end
|
end
|
||||||
|
|
||||||
set BROWSER "/mnt/c/Program Files/Google/Chrome/Application/chrome.exe"
|
if command -v /usr/local/bin/chrome >/dev/null
|
||||||
|
set -gx BROWSER "/usr/local/bin/chrome"
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue