added bell disable and todo to .zshrc.d
This commit is contained in:
parent
a8a6067ea8
commit
4912b44547
3
.zshrc.d/__available__/bell-none.zsh
Normal file
3
.zshrc.d/__available__/bell-none.zsh
Normal file
@ -0,0 +1,3 @@
|
||||
#
|
||||
|
||||
unsetopt beep
|
5
.zshrc.d/__available__/todo.zsh
Normal file
5
.zshrc.d/__available__/todo.zsh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
if [ -r ~/todo.txt ]; then
|
||||
cat ~/todo.txt
|
||||
fi
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user