Edit zsh config

This commit is contained in:
2025-03-23 11:32:26 +04:00
parent e0d070bd70
commit e1fd8f6718
4 changed files with 22 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]; then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH
export PS1="\e[0;34m\u\e[0m:\e[0;31m\h\e[0m \e[0;32m>\W\$ \e[0m"
export PS1="\e[0;34m\u\e[0m:\e[0;31m\h\e[0m\e[0;32m:\W> \e[0m"
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=