mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: set PS1 to > ~ > for fun
This commit is contained in:
parent
b9e167360a
commit
01fb39d9b4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
localVariables = {
|
localVariables = {
|
||||||
# Looks like this: '~/some/path > '
|
# Looks like this: '~/some/path > '
|
||||||
PS1 = "> %F{magenta}%~%f < ";
|
PS1 = "> %F{magenta}%~%f > ";
|
||||||
RPROMPT = "%F{magenta}%m";
|
RPROMPT = "%F{magenta}%m";
|
||||||
# Gets pushed to the home directory otherwise
|
# Gets pushed to the home directory otherwise
|
||||||
LESSHISTFILE = "/dev/null";
|
LESSHISTFILE = "/dev/null";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue