mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
[Fix #79] Only set $BROWSER on Mac OS X
This commit is contained in:
parent
9fc437439b
commit
afca9425b9
@ -84,10 +84,6 @@ fi
|
|||||||
# Browser (Default)
|
# Browser (Default)
|
||||||
if [[ "$OSTYPE" == darwin* ]]; then
|
if [[ "$OSTYPE" == darwin* ]]; then
|
||||||
export BROWSER='open'
|
export BROWSER='open'
|
||||||
else
|
|
||||||
if (( $+commands[xdg-open] )); then
|
|
||||||
export BROWSER='xdg-open'
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Less
|
# Less
|
||||||
|
Loading…
Reference in New Issue
Block a user