Compare commits
No commits in common. "d578ba6b1a853bd1b9272bda7d747f99662dae32" and "a57427797daf7576065859622b9ae662b73218dc" have entirely different histories.
d578ba6b1a
...
a57427797d
@ -50,7 +50,7 @@ cp ~/.config/zsh/agents.zsh ~/.config/zsh/agents.user.zsh
|
||||
|
||||
## Настройка GPG агента
|
||||
|
||||
Раскомментировать в файле ` ~/.config/zsh/agents.user.zsh` строку:
|
||||
Раскомментировать в файле ` ~/.config/zsh/agents.user.zsh` строки:
|
||||
|
||||
```text
|
||||
# antibody bundle ohmyzsh/ohmyzsh path:plugins/gpg-agent
|
||||
|
@ -9,12 +9,10 @@ antibody bundle zsh-users/zsh-completions
|
||||
antibody bundle marzocchi/zsh-notify
|
||||
antibody bundle buonomo/yarn-completion
|
||||
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/common-aliases
|
||||
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/postgres
|
||||
antibody bundle ohmyzsh/ohmyzsh path:plugins/sudo
|
||||
|
@ -27,8 +27,5 @@ if [[ "$TERM_PROGRAM" == "Hyper" ]]; then
|
||||
SPACESHIP_GIT_BRANCH_SHOW=false
|
||||
fi
|
||||
|
||||
if [ "x$(lsb_release -d -s)" = "xAstra Linux SE 1.5 (Smolensk)" ]; then
|
||||
antibody bundle nojhan/liquidprompt
|
||||
else
|
||||
antibody bundle denysdovhan/spaceship-prompt
|
||||
fi
|
||||
antibody bundle denysdovhan/spaceship-prompt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user