diff options
author | uvok cheetah | 2024-09-09 20:36:26 +0200 |
---|---|---|
committer | uvok cheetah | 2024-09-09 20:36:26 +0200 |
commit | e642c89888f23088f2388dcd44a75e088564215f (patch) | |
tree | 04bec080464ea958983940308ab84c3ac705c3f1 /custom/overlay/root |
Initial commit
Diffstat (limited to 'custom/overlay/root')
-rw-r--r-- | custom/overlay/root/.zshrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/custom/overlay/root/.zshrc b/custom/overlay/root/.zshrc new file mode 100644 index 0000000..f72d530 --- /dev/null +++ b/custom/overlay/root/.zshrc @@ -0,0 +1,7 @@ +bindkey -e +bindkey "^[[H" beginning-of-line +bindkey "^[[F" end-of-line +bindkey "^[[3~" delete-char + +PS1='%F{blue}%~ %(?.%F{green}.%F{red})%#%f ' + |