Fish: indention fix

This commit is contained in:
Marcel Kapfer 2018-05-13 16:15:06 +02:00
parent 9075d41038
commit efd2c16917
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

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