mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat(zsh.nix): adds host to RPROMPT
This commit is contained in:
parent
2766ab58fb
commit
96c9a7024e
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,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";
|
||||||
# Gets pushed to the home directory otherwise
|
# Gets pushed to the home directory otherwise
|
||||||
LESSHISTFILE = "/dev/null";
|
LESSHISTFILE = "/dev/null";
|
||||||
# Make Vi mode transitions faster (in hundredths of a second)
|
# Make Vi mode transitions faster (in hundredths of a second)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue