Compare commits
3 Commits
a57427797d
...
d578ba6b1a
Author | SHA1 | Date | |
---|---|---|---|
d578ba6b1a | |||
8498b7f0e0 | |||
3520c9f73c |
@ -50,7 +50,7 @@ cp ~/.config/zsh/agents.zsh ~/.config/zsh/agents.user.zsh
|
|||||||
|
|
||||||
## Настройка GPG агента
|
## Настройка GPG агента
|
||||||
|
|
||||||
Раскомментировать в файле ` ~/.config/zsh/agents.user.zsh` строки:
|
Раскомментировать в файле ` ~/.config/zsh/agents.user.zsh` строку:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# antibody bundle ohmyzsh/ohmyzsh path:plugins/gpg-agent
|
# antibody bundle ohmyzsh/ohmyzsh path:plugins/gpg-agent
|
||||||
|
@ -9,10 +9,12 @@ antibody bundle zsh-users/zsh-completions
|
|||||||
antibody bundle marzocchi/zsh-notify
|
antibody bundle marzocchi/zsh-notify
|
||||||
antibody bundle buonomo/yarn-completion
|
antibody bundle buonomo/yarn-completion
|
||||||
antibody bundle jimeh/zsh-peco-history
|
antibody bundle jimeh/zsh-peco-history
|
||||||
|
antibody bundle rupa/z
|
||||||
|
|
||||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/command-not-found
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/command-not-found
|
||||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/common-aliases
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/common-aliases
|
||||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/debian
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/debian
|
||||||
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/fzf
|
||||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/git
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/git
|
||||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/postgres
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/postgres
|
||||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/sudo
|
antibody bundle ohmyzsh/ohmyzsh path:plugins/sudo
|
||||||
|
@ -27,5 +27,8 @@ if [[ "$TERM_PROGRAM" == "Hyper" ]]; then
|
|||||||
SPACESHIP_GIT_BRANCH_SHOW=false
|
SPACESHIP_GIT_BRANCH_SHOW=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
antibody bundle denysdovhan/spaceship-prompt
|
if [ "x$(lsb_release -d -s)" = "xAstra Linux SE 1.5 (Smolensk)" ]; then
|
||||||
|
antibody bundle nojhan/liquidprompt
|
||||||
|
else
|
||||||
|
antibody bundle denysdovhan/spaceship-prompt
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user