bell alias

This commit is contained in:
Christoph J. Scherr 2024-11-13 22:12:10 +01:00
parent 9933fdd1ff
commit 23d964d42f
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -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"