Skip to content

Commit

Permalink
Use double brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel authored Apr 30, 2023
1 parent e625e3c commit 73046d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
return

# Start sway with environment variables
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
if [[ -z "${WAYLAND_DISPLAY}" ]] && [[ "${XDG_VTNR}" -eq 1 ]]; then
export MOZ_ENABLE_WAYLAND=1
export MOZ_WEBRENDER=1
export QT_AUTO_SCREEN_SCALE_FACTOR=1
Expand Down

0 comments on commit 73046d7

Please sign in to comment.