📝 Small adjustment to serve script
This commit is contained in:
parent
6fa97078d0
commit
78d4357fcc
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue