Update fastfetch.nix
This commit is contained in:
parent
fd76fc7258
commit
daaea80dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -154,6 +154,6 @@
|
||||||
# Stylish prompt with icons
|
# Stylish prompt with icons
|
||||||
# Shows: ╭─ user@host ~/current/directory (git-branch)
|
# Shows: ╭─ user@host ~/current/directory (git-branch)
|
||||||
# ╰─❯
|
# ╰─❯
|
||||||
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="''${RESET}''${BCYAN}╭─''${RESET} ''${BPURPLE}\u''${RESET}''${CYAN}@''${RESET}''${BBLUE}\h''${RESET} ''${BGREEN} \w''${RESET}''${YELLOW}\$(parse_git_branch)''${RESET}\n''${BCYAN}╰─''${BPURPLE}❯''${RESET} "
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue