Compare commits

...

2 Commits

Author SHA1 Message Date
69c630968e
Update fish readme 2025-04-15 00:26:20 +03:00
1fde944699
change Bash PS1 2025-03-30 03:01:56 +03:00
2 changed files with 25 additions and 2 deletions

View File

@ -8,8 +8,8 @@ HISTSIZE=1000
HISTFILESIZE=2000
###########################################################
#export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]'
source ${HOME}/PS1.bash
export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \n\[\e[0;36m\]\u \[\e[0;31m\]> \[\e[0m\]'
#source ${HOME}/PS1.bash
export GPG_TTY=$(tty)
export PATH="$PATH:$HOME/.local/bin"

View File

@ -2,3 +2,26 @@
![Fish Logo](logo.png)
## Tide
💾 [Установка](https://github.com/IlanCosman/tide?tab=readme-ov-file#installation).
## 🧰 Настройка
```sh
tide configure --auto \
--style=Rainbow \
--prompt_colors='True color' \
--show_time='24-hour format' \
--rainbow_prompt_separators=Vertical \
--powerline_prompt_heads=Sharp \
--powerline_prompt_tails=Flat \
--powerline_prompt_style='One line' \
--prompt_spacing=Compact \
--icons='Many icons' \
--transient=No
```
Отключить иконки `--icons='Few icons'`.