From 23d964d42f4f0456e7f56db08023285ab1060908 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 13 Nov 2024 22:12:10 +0100 Subject: [PATCH] bell alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6e4d359..bd594a7 100644 --- a/.zshrc +++ b/.zshrc @@ -46,6 +46,7 @@ alias fsize="stat --printf='%s'" alias rg="rg --no-ignore" alias home="cd $HOME" alias ff=firefox +alias bell="tput bel" alias fd=fdfind # alias shutdown="confirm shutdown"