We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17db369 + 4663833 commit 56de4b7Copy full SHA for 56de4b7
2 files changed
docs/PERSONALIZATION.md
@@ -16,6 +16,16 @@ dotfiles managed one.
16
17
You can edit the `~/.psqlrc.local` file.
18
19
+## Terminator
20
+
21
+If you don't like these terminator settings, run:
22
23
+```console
24
+$ echo 'KEEP_TERMINATOR=1' >> ~/.localrc
25
+```
26
27
+Then `rm -rf ~/.config/terminator` and configure it as you wish.
28
29
## iTunes
30
31
Most people I know don't use iTunes, so it is disabled by default.
terminator/install.sh
@@ -1,4 +1,5 @@
1
#!/bin/sh
2
[ "$(uname -s)" = "Darwin" ] && exit 0
3
+test -z "$KEEP_TERMINATOR" || exit 0
4
mkdir -p ~/.config/terminator/
5
ln -sf "$ZSH"/terminator/config ~/.config/terminator/config
0 commit comments