powerline...gits

This commit is contained in:
Johannes Findeisen 2020-04-28 19:46:37 +02:00
commit 45cd829d8c
48 changed files with 2586 additions and 0 deletions

11
.zshrc
View file

@ -1,3 +1,10 @@
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Extend my $PATH to $HOME/bin
export PATH=$HOME/bin:$HOME/.gem/ruby/2.7.0/bin:$HOME/.gem/ruby/2.6.0/bin:$HOME/.gem/ruby/2.5.0/bin:$PATH
@ -149,3 +156,7 @@ if [ -f /usr/bin/shellpic ]; then
fi
fi
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh