Browse Source

added bell disable and todo to .zshrc.d

master
Dirk Alders 1 year ago
parent
commit
4912b44547
3 changed files with 9 additions and 0 deletions
  1. 3
    0
      .zshrc.d/__available__/bell-none.zsh
  2. 5
    0
      .zshrc.d/__available__/todo.zsh
  3. 1
    0
      .zshrc.d/my_defaults

+ 3
- 0
.zshrc.d/__available__/bell-none.zsh View File

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

+ 5
- 0
.zshrc.d/__available__/todo.zsh View File

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

+ 1
- 0
.zshrc.d/my_defaults View File

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

Loading…
Cancel
Save