Compare commits

..

No commits in common. "a96f1618b4c72a2b254550a812e133a16f59da2f" and "d828d06643545cf2391998923d8e544c3cd880a9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ version is **4.3.11**.
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto"
```
- Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`$HOME/.zshenv`_:
- Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`${$HOME}/.zshenv`_:
```sh
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:=$HOME/.config}"

View File

@ -47,7 +47,7 @@ file="$3"
if [[ -n "$url" ]]; then
url="$url/tree/$reference/$file"
if [[ -n "$BROWSER" ]]; then
if [[ -z "$BROWSER" ]]; then
"$BROWSER" "$url"
return 0
else