BROWSER env

main
Gil Portenseigne 2025-03-28 09:12:30 +01:00
parent ff53ae2604
commit 466074521a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
export EDITOR=$HOME/.local/bin/nvim.appimage
export TERMINAL=terminator
export SHELL=/usr/bin/bash
export BROWSER=$HOME/.local/bin/zen-browser
export PATH=$HOME/.local/bin:$PATH
@ -48,7 +49,7 @@ alias resetTestDb='dropdb ofbiz && createdb ofbiz && ./gradlew "ofbiz -l readers
alias testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"'
alias testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
-dNOPAUSE -dBATCH \
-sOutputFile=output.pdf"