You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
538 B
17 lines
538 B
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 |
|
|
|
source "/home/lemon/antigen.zsh" |
|
antigen init ~/.antigenrc |
|
|
|
bindkey "^[[7~" beginning-of-line |
|
bindkey "^[[8~" end-of-line |
|
bindkey "^[^[[D" backward-word |
|
bindkey "^[^[[C" forward-word |
|
|
|
export PATH="$HOME/.local/bin:$PATH" |
|
[ "$(tty)" = "/dev/tty1" ] && startx |
|
|
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. |
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
|
|