BROWSER env
parent
ff53ae2604
commit
466074521a
|
|
@ -1,6 +1,7 @@
|
||||||
export EDITOR=$HOME/.local/bin/nvim.appimage
|
export EDITOR=$HOME/.local/bin/nvim.appimage
|
||||||
export TERMINAL=terminator
|
export TERMINAL=terminator
|
||||||
export SHELL=/usr/bin/bash
|
export SHELL=/usr/bin/bash
|
||||||
|
export BROWSER=$HOME/.local/bin/zen-browser
|
||||||
|
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
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 testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"'
|
||||||
alias testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
|
alias testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
|
||||||
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
|
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
|
||||||
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
|
-dNOPAUSE -dBATCH \
|
||||||
-sOutputFile=output.pdf"
|
-sOutputFile=output.pdf"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue