This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
lemondwm/.zshrc

18 lines
538 B
Bash

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