dotfiles/.zshrc
Benjamin Palko 76d6787417 rc files
2024-07-11 09:20:42 -04:00

15 lines
361 B
Bash

# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt beep
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/benjamin/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
eval "$(starship init zsh)"