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
2021-10-17 12:52:53 +02:00

6 lines
158 B
Bash

source "/home/lemon/antigen.zsh"
antigen init ~/.antigenrc
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
export PATH="$HOME/.local/bin:$PATH"