Compare commits
2 Commits
48702ad022
...
69c630968e
Author | SHA1 | Date | |
---|---|---|---|
69c630968e | |||
1fde944699 |
@ -8,8 +8,8 @@ HISTSIZE=1000
|
|||||||
HISTFILESIZE=2000
|
HISTFILESIZE=2000
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
#export PS1='\[\e[0;33m\][\t] \[\e[0;32m\][\W]\[\e[0m\] \[\e[0;31m\]> \[\e[0m\]'
|
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
|
#source ${HOME}/PS1.bash
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
@ -2,3 +2,26 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
## 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'`.
|
||||||
|
Loading…
Reference in New Issue
Block a user