fix zsh donfig
This commit is contained in:
parent
43dab69a0b
commit
0150e29451
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
|
@ -3,6 +3,7 @@ HISTFILE=~/.histfile
|
|||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
setopt beep
|
||||
setopt autocd
|
||||
bindkey -e
|
||||
# End of lines configured by zsh-newuser-install
|
||||
# The following lines were added by compinstall
|
||||
|
|
@ -13,7 +14,7 @@ compinit
|
|||
# End of lines added by compinstall
|
||||
|
||||
alias rebuild="sudo nixos-rebuild switch"
|
||||
alias dotfiles="~/dotfiles/"
|
||||
alias dotfiles="cd ~/dotfiles/"
|
||||
alias nv="nvim"
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue