Update README.md

This commit is contained in:
Lemniskett 2020-10-28 23:11:09 +07:00 committed by GitHub
parent cda3a34c7a
commit 19e0ab94bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,4 @@ Instead of opening terminal everytime you want to run application inside chroot,
#### Pulseaudio
If the audio doesn't work, comment ```mount -R /var/lib/dbus $CHROOT/var/lib/dbus``` in init script and start pulseaudio inside chroot instead, do ```archbox pulseaudio```.
#### Prompt
If you use bash you could add a nice little Arch Linux icon in your prompt, add ```[[ -e /etc/arch-release ]] && export PS1=" $PS1"``` to your ```~/.bashrc```
If you use bash and nerd font you could add a nice little Arch Linux icon in your prompt, add ```[[ -e /etc/arch-release ]] && export PS1=" $PS1"``` to your ```~/.bashrc```