add zsh configs
This commit is contained in:
parent
bdf0c78623
commit
2b195f0a12
1
.zshenv
Normal file
1
.zshenv
Normal file
@ -0,0 +1 @@
|
|||||||
|
export PATH="$HOME/.nix-profile/bin:$PATH"
|
11
.zshrc
Normal file
11
.zshrc
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user