From efd2c169179f3e91b92f851a65574af119359fd0 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 May 2018 16:15:06 +0200 Subject: [PATCH] Fish: indention fix --- shells/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/fish/config.fish b/shells/fish/config.fish index b086c1c..e2bb169 100644 --- a/shells/fish/config.fish +++ b/shells/fish/config.fish @@ -123,7 +123,7 @@ if status --is-login # Unlock GPG keyring befor starting X. # This makes some things easier. echo "gpg unlock" | gpg -se -r me@mmk2410.org > /dev/null - pulseaudio -D + pulseaudio -D # start pulseaudio before X is started exec startx -- -keeptty end end