2021-11-19 08:32:50 +01:00
|
|
|
# explicitly set the language, *before* antigen gets loaded
|
|
|
|
export LANG=de_DE.UTF-8
|
|
|
|
export PAPERSIZE=a4
|
|
|
|
export LANGUAGE=de:en
|
|
|
|
|
2018-01-29 16:49:12 +01:00
|
|
|
# export ANTIGEN_LOG=$HOME/antigen.log
|
|
|
|
# export ANTIGEN_DEBUG_LOG=$HOME/antigen.debug.log
|
2022-05-31 18:42:00 +02:00
|
|
|
|
2022-09-21 07:03:50 +02:00
|
|
|
setopt HIST_EXPIRE_DUPS_FIRST
|
|
|
|
setopt HIST_IGNORE_DUPS
|
|
|
|
setopt HIST_IGNORE_ALL_DUPS
|
|
|
|
setopt HIST_IGNORE_SPACE
|
|
|
|
setopt HIST_FIND_NO_DUPS
|
|
|
|
setopt HIST_SAVE_NO_DUPS
|
|
|
|
|
2018-01-29 16:49:12 +01:00
|
|
|
source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
|
|
|
|
antigen use oh-my-zsh
|
|
|
|
antigen bundles <<EOBUNDLES
|
|
|
|
git
|
|
|
|
git-extras
|
|
|
|
tmux
|
|
|
|
command-not-found
|
|
|
|
debian
|
|
|
|
gpg-agent
|
|
|
|
pip
|
|
|
|
common-aliases
|
2018-11-14 04:29:31 +01:00
|
|
|
MichaelAquilina/zsh-you-should-use
|
2020-03-24 20:49:36 +01:00
|
|
|
svenXY/timewarrior
|
|
|
|
voronkovich/gitignore.plugin.zsh
|
|
|
|
zlsun/solarized-man
|
2021-02-23 08:37:21 +01:00
|
|
|
https://gitlab.com/schtobia/zsh
|
2018-01-29 16:49:12 +01:00
|
|
|
$HOME/.local/lib/zsh/custom-zsh
|
2019-04-03 13:03:05 +02:00
|
|
|
zsh-users/zsh-autosuggestions
|
|
|
|
zsh-users/zsh-completions
|
2018-02-14 10:19:11 +01:00
|
|
|
zsh-users/zsh-syntax-highlighting
|
2018-01-29 16:49:12 +01:00
|
|
|
EOBUNDLES
|
|
|
|
antigen theme gallifrey
|
|
|
|
antigen apply
|
2019-04-03 13:03:05 +02:00
|
|
|
|
2022-09-21 07:14:29 +02:00
|
|
|
hash direnv &> /dev/null && eval "$(direnv hook zsh)"
|
|
|
|
|
2019-04-03 13:03:05 +02:00
|
|
|
ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd
|
|
|
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=10'
|
|
|
|
bindkey '^ ' autosuggest-accept
|