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

7 lines
195 B
Bash
Raw Normal View History

2021-09-03 15:27:04 -05:00
source "/home/lemon/antigen.zsh"
antigen init ~/.antigenrc
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
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