# Lines configured by zsh-newuser-install HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 bindkey -e # End of lines configured by zsh-newuser-install # # The following lines were added by compinstall zstyle :compinstall filename '/home/aleksei/.zshrc' autoload -Uz compinit compinit zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' zstyle ':completion:*' menu select source ~/.config/zsh/prompt.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh alias t='tmux' alias n='nvim' alias rr='. ranger' alias lg=lazygit alias b='bluetoothctl connect E4:92:82:B5:80:1F' alias p='cd ~/projects' alias c='cd ~/.config' alias dark="lookandfeeltool -a org.kde.breezedark.desktop" alias light="lookandfeeltool -a org.kde.breeze.desktop" eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion source <(fzf --zsh) export EDITOR=nvim export MANPAGER='nvim +Man!'