Update README.md

This commit is contained in:
Lemniskett 2020-10-29 06:11:29 +00:00 committed by GitHub
parent 11eac49532
commit 5d4ef4f437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,3 +48,8 @@ If you use bash with nerd font you could add a nice little Arch Linux icon in yo
[[ -e /etc/arch-release ]] && export PS1=" $PS1" [[ -e /etc/arch-release ]] && export PS1=" $PS1"
``` ```
to your ```~/.bashrc``` to your ```~/.bashrc```
#### Adding enviroment variables
Edit ENV_VAR in ```/etc/archbox.conf```. For example, if you want to use /var/home/lemniskett as home directory, edit it like this :
```
ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct"
```