nixbldr-dotfiles/.zshrc

12 lines
227 B
Bash
Raw Normal View History

2022-05-04 12:15:30 +02:00
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd extendedglob
bindkey -e
autoload -Uz compinit
compinit
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then . "$HOME/.nix-profile/etc/profile.d/nix.sh"; fi