powerline...gits
This commit is contained in:
parent
b16a732323
commit
45cd829d8c
48 changed files with 2586 additions and 0 deletions
11
.zshrc
11
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue