diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..10d7b12 --- /dev/null +++ b/.zshenv @@ -0,0 +1 @@ +export PATH="$HOME/.nix-profile/bin:$PATH" diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..94806c4 --- /dev/null +++ b/.zshrc @@ -0,0 +1,11 @@ +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