switch to flatpak zen browser

This commit is contained in:
2024-10-30 23:04:55 +01:00
parent 1229d516f9
commit 4fb1fa9d2c
14 changed files with 22 additions and 430 deletions

View File

@ -15,10 +15,6 @@ help() {
$HOME/dotfiles/bin/actions/help.sh $@
}
exports() {
$HOME/dotfiles/bin/actions/export.sh $@
}
secrets() {
$HOME/dotfiles/bin/actions/secrets.sh $@
}
@ -62,10 +58,6 @@ case $1 in
logo continue
status $@
;;
"export")
logo
exports $@
;;
"help"|"--help"|"")
help $@
;;