📝 Small adjustment to serve script

This commit is contained in:
z3rOR0ne 2022-09-06 23:59:32 -07:00
parent 6fa97078d0
commit 78d4357fcc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,3 @@
#!/bin/bash
# live-server --browser=$BROWSER --open="$1"
live-server --browser=chromium --open="$1"
live-server --browser=$BROWSER_2 --open="$1"

View file

@ -12,6 +12,7 @@ export cproj="/home/brian/Documents/Code/web_tutorials/advanced_programming_in_t
# custom BROWSER env for ddgr:
export BROWSER=librewolf
export BROWSER_2=chromium
export TUIR_BROWSER=librewolf
export EDITOR=nvim
export PF_INFO="ascii os kernel pkgs shell wm editor"