Selaa lähdekoodia

added bell disable and todo to .zshrc.d

master
Dirk Alders 1 vuosi sitten
vanhempi
commit
4912b44547

+ 3
- 0
.zshrc.d/__available__/bell-none.zsh Näytä tiedosto

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

+ 5
- 0
.zshrc.d/__available__/todo.zsh Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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…
Peruuta
Tallenna