Update 2024-11-04 07:13 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2024-11-04 07:13:46 +01:00
parent bcacac1029
commit 93fb45fd3c
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh #!/bin/sh
#/usr/local/bin/ungoogled-chromium \ #/usr/local/bin/ungoogled-chromium \
#export DBUS_SESSION_BUS_ADDRESS="unix:path=/dev/null" #export DBUS_SESSION_BUS_ADDRESS="unix:path=/dev/null"
export ENABLE_WASM=Yes
/usr/local/bin/chrome \ /usr/local/bin/chrome \
--no-first-run \ --no-first-run \
--disable-crash-reporter \ --disable-crash-reporter \

2
.kshrc
View File

@ -172,6 +172,8 @@ alias portroach="portroach-cli -m codevoid"
alias ugrep="\ugrep -nI --exclude=tags --exclude=.tags --exclude='cscope.*'" alias ugrep="\ugrep -nI --exclude=tags --exclude=.tags --exclude='cscope.*'"
alias joplin="firefox https://app.joplincloud.com &"
######################################################################## ########################################################################
# AMUSED # AMUSED
######################################################################## ########################################################################