Update fastfetch.nix
This commit is contained in:
parent
06f2bf8a90
commit
9042038c20
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@
|
||||||
# Set up bash with fastfetch and a nice prompt
|
# Set up bash with fastfetch and a nice prompt
|
||||||
programs.bash.promptInit = ''
|
programs.bash.promptInit = ''
|
||||||
# Powerline-style prompt with background colors
|
# Powerline-style prompt with background colors
|
||||||
# Powerline separator
|
# Powerline separator - using a simpler character that renders better
|
||||||
SEP=""
|
SEP="❯"
|
||||||
|
|
||||||
# Background colors
|
# Background colors
|
||||||
BG_BLUE="\001$(echo -e '\033[48;5;33m')\002"
|
BG_BLUE="\001$(echo -e '\033[48;5;33m')\002"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue