Przeglądaj źródła

added bell disable and todo to .zshrc.d

master
Dirk Alders 1 rok temu
rodzic
commit
4912b44547

+ 3
- 0
.zshrc.d/__available__/bell-none.zsh Wyświetl plik

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

+ 5
- 0
.zshrc.d/__available__/todo.zsh Wyświetl plik

@@ -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 Wyświetl plik

@@ -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
 

Ładowanie…
Anuluj
Zapisz