Update fastfetch.nix
This commit is contained in:
parent
1e225f3b5d
commit
2e0660c198
1 changed files with 4 additions and 4 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "title",
|
||||||
"format": "{#34}{user-name}{#0}@{#36}{host-name}{#0} {#32}{kernel}{#0}"
|
"format": "{user-name-colored}@{host-name-colored} {#32} {kernel}{#0}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "colors",
|
"type": "colors",
|
||||||
|
|
@ -59,8 +59,8 @@
|
||||||
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
|
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Set the prompt
|
# Clean prompt with colored chevrons
|
||||||
PS1="''${RESET}''${BCYAN}╭─''${RESET} ''${BPURPLE}\u''${RESET}''${CYAN}@''${RESET}''${BBLUE}\h''${RESET} ''${BGREEN} \w''${RESET}''${YELLOW}\$(parse_git_branch)''${RESET}\n''${BCYAN}╰─''${BPURPLE}❯''${RESET} "
|
PS1="''${BCYAN}''${BPURPLE}''${RESET} ''${BGREEN}\w''${RESET}''${YELLOW}\$(parse_git_branch)''${RESET} ''${BPURPLE}❯''${RESET} "
|
||||||
'';
|
'';
|
||||||
programs.bash.interactiveShellInit = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
# Run fastfetch on terminal start
|
# Run fastfetch on terminal start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue