dotfiles/.zshrc
2024-07-11 09:54:34 -04:00

21 lines
459 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
alias rebuild="sudo nixos-rebuild switch"
alias dotfiles="~/dotfiles/"
alias nv="nvim"
eval "$(starship init zsh)"
neofetch