diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 100644 index 0000000..ebd1c1c --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1,16 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +bindkey -e +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/seb/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall +eval "$(starship init zsh)" +alias ls="exa" +alias ll="exa -la" +alias update="sudo pacman -Syu" diff --git a/zsh/zshrc b/zsh/zshrc new file mode 100644 index 0000000..ebd1c1c --- /dev/null +++ b/zsh/zshrc @@ -0,0 +1,16 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +bindkey -e +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/seb/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall +eval "$(starship init zsh)" +alias ls="exa" +alias ll="exa -la" +alias update="sudo pacman -Syu"