diff --git a/bash/.bashrc b/bash/.bashrc index c26b323..2eb65db 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -40,7 +40,7 @@ if [ "$color_prompt" = yes ]; then PS1="${_ROOT_WARNING}!!! ROOT !!! ${_COLOR_RESET}[${_COLOR1}\u${_COLOR2}㉿${_COLOR3}\H ${_COLOR4}\w${_COLOR_RESET}]\n\\$ " fi else - PS1='[\u@\H \w]\$ ' + PS1="[\u@\H \w]\n\\$ " fi unset color_prompt force_color_prompt diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 45f2698..5153919 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -56,7 +56,7 @@ set -g status-position top # Статусбар set -g status-left-length 30 -set -g status-left "#[fg=colour16,bg=colour220] ❐ #S #[fg=default,bg=default] " +set -g status-left "#[fg=colour16,bg=colour220] #S #[fg=default,bg=default] " set -g status-right-length 45 set -g status-right "#[fg=colour0,bg=colour109]#(/opt/scripts/vpn_ip.sh)#[fg=colour0,bg=colour109] %H:%M:%S %d.%m.%Y " set -g status-style "bg=default fg=colour107" diff --git a/zsh/.zprofile b/zsh/.zprofile index 58ace98..6ba743a 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,4 +1,3 @@ -# Created by `pipx` on 2023-12-17 19:19:30 export PATH="$PATH:/root/.local/bin" export PYENV_ROOT="$HOME/.pyenv"