This website requires JavaScript.
Explore
Help
Sign In
dirk
/
my_config
Watch
1
Star
0
Fork
0
You've already forked my_config
Code
Issues
Pull Requests
Releases
Wiki
Activity
my_config
/
.zshrc.d
/
todo.zsh
8 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
added bell disable and todo to .zshrc.d
2023-05-07 08:24:49 +02:00
#!/bin/sh
#
if
[
-r ~/todo.txt
]
;
then
new welcome possibility
2023-09-04 20:58:35 +02:00
echo
echo
added bell disable and todo to .zshrc.d
2023-05-07 08:24:49 +02:00
cat ~/todo.txt
fi
Reference in New Issue
Copy Permalink