Init commit
This commit is contained in:
22
zshrc
Normal file
22
zshrc
Normal file
@@ -0,0 +1,22 @@
|
||||
# Aliases
|
||||
source ~/.zshconfig/aliases
|
||||
|
||||
# Themes & Plugins
|
||||
|
||||
source ~/.antigen.zsh
|
||||
antigen bundle agkozak/zsh-z
|
||||
antigen theme romkatv/powerlevel10k
|
||||
antigen bundle "MichaelAquilina/zsh-you-should-use"
|
||||
antigen apply
|
||||
autoload -U compinit && compinit
|
||||
zstyle ':completion:*' menu select
|
||||
|
||||
### Settings fuer History
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
setopt appendhistory
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
Reference in New Issue
Block a user