added bell disable and todo to .zshrc.d

This commit is contained in:
Dirk Alders 2023-05-07 08:24:49 +02:00
parent a8a6067ea8
commit 4912b44547
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#
unsetopt beep

View File

@ -0,0 +1,5 @@
#!/bin/sh
#
if [ -r ~/todo.txt ]; then
cat ~/todo.txt
fi

View File

@ -4,4 +4,5 @@ ln -vs __available__/less.zsh
ln -vs __available__/neofetch.zsh
ln -vs __available__/prompt_color.zsh
ln -vs __available__/prompt_powerline.zsh
ln -vs __available__/todo.zsh