From 1d922c61dac7c3f2ce0fab556ee8c10c891995a8 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 8 Jul 2025 19:08:52 -0500 Subject: [PATCH] Remove old alias --- home/.config/zsh/04-aliases.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/.config/zsh/04-aliases.zsh b/home/.config/zsh/04-aliases.zsh index 687116c5..8c5c7369 100644 --- a/home/.config/zsh/04-aliases.zsh +++ b/home/.config/zsh/04-aliases.zsh @@ -114,8 +114,6 @@ fman() { alias :q='cowsay "You are not in vim anymore"' -alias reboot-kodi='systemctl reboot --boot-loader-entry=kodi.conf' - # zbar output only data alias zbarimg='zbarimg -q --raw' alias zbarcam='zbarcam -q --raw'