1
0
Fork 0

nvim, vim: separators; bash: fix prompt

This commit is contained in:
Von Random 2023-08-21 21:24:52 +03:00
parent 9be728d5d6
commit 745c771084
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ export SSH_AUTH_SOCK="$HOME/.ssh/ssh_auth_sock"
((UID)) && ps_clr=53 || ps_clr=52
# just a colored version of [ $USER $HOSTNAME:$CWD ]
printf -v PS1 '\\[\\e[0m\\]\\[\\e[48;5;%sm\\] \\u \\[\\e[48;5;237m\\] \\h \\[\\e[48;5;234m \\w \\[\\e[0m\\]\n\\$ ' $ps_clr
printf -v PS1 '\\[\\e[0m\\]\\[\\e[48;5;%sm\\] \\u \\[\\e[48;5;237m\\] \\h \\[\\e[48;5;234m\\] \\w \\[\\e[0m\\]\n\\$ ' $ps_clr
unset ps_clr
unalias ls ld ll 2>/dev/null