From 19e0ab94bf1d2f2dbfe62dd86d4c6c1825dd5374 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 28 Oct 2020 23:11:09 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4471c05..b0db6b9 100644 --- a/README.md +++ b/README.md @@ -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```