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
Raw Permalink Normal View History

2021-12-09 10:54:56 -06:00
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
2021-09-03 15:27:04 -05:00
source "/home/lemon/antigen.zsh"
antigen init ~/.antigenrc
2021-12-16 15:14:57 -06:00
2021-09-03 15:27:04 -05:00
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
2021-12-16 15:14:57 -06:00
bindkey "^[^[[D" backward-word
bindkey "^[^[[C" forward-word
2021-10-17 05:52:53 -05:00
export PATH="$HOME/.local/bin:$PATH"
2021-12-07 08:05:26 -06:00
[ "$(tty)" = "/dev/tty1" ] && startx
2021-12-09 10:54:56 -06:00
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh