drop _qubes helper - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit bcbeabbe4fbc7984658940236fef42f7f4a5da2c
DIR parent b51dd6401b8b76c44e1eb705a9edeae53b469e51
HTML Author: drkhsh <drkhsh@escpe.net>
Date: Thu, 19 Sep 2024 10:59:08 +0200
drop _qubes helper
Diffstat:
M zsh/.config/zsh/01-helpers.zsh | 4 ----
M zsh/.config/zsh/99-zinit.zsh | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
---
DIR diff --git a/zsh/.config/zsh/01-helpers.zsh b/zsh/.config/zsh/01-helpers.zsh
@@ -6,7 +6,3 @@ _exists() {
_openbsd() {
[ "$(uname -s)" = "OpenBSD" ]
}
-_qubes() {
- uname -r | grep -q "qubes"
-}
-
DIR diff --git a/zsh/.config/zsh/99-zinit.zsh b/zsh/.config/zsh/99-zinit.zsh
@@ -68,4 +68,4 @@ fi
[ $TERM = "dumb" ] && _exists rc && rc
# undefine helpers
-unfunction _exists _openbsd _qubes
+unfunction _exists _openbsd