mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: make zsh shell make a little face. the mouth is $(pwd)
This commit is contained in:
parent
8ff40790f2
commit
36b8414891
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
localVariables = {
|
||||
# Looks like this: '~/some/path > '
|
||||
PS1 = "%F{magenta} > %~%f < ";
|
||||
PS1 = "> %F{magenta}%~%f < ";
|
||||
RPROMPT = "%F{magenta}%m";
|
||||
# Gets pushed to the home directory otherwise
|
||||
LESSHISTFILE = "/dev/null";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue