Zsh: add alert alias

This commit is contained in:
tastytea 2022-07-17 01:32:20 +02:00
parent 91c61fb8d6
commit 909bb56b4c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -72,17 +72,19 @@ alias lessf='LESSOPEN="" less +F'
alias cp='cp --reflink=auto --preserve=all'
alias mv='nocorrect mv'
alias mkdir='nocorrect mkdir'
alias cat='cat-highlight'
alias ip='ip -color -brief'
# Add --accept=".jpg,.png" or whatever.
alias wget_leech='wget --no-directories --page-requisites --span-hosts'
alias cat='cat-highlight'
alias machklein='mksmol'
alias diff='diff --color=auto'
alias alert='print -n "\a"'
# deprecated
alias machklein='mksmol'
# OS specific settings.
if [[ -f /etc/gentoo-release ]]; then