From 0f383464f3cbe5f2a83076dbb6efb001d3c08e58 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:11:07 +0100 Subject: [PATCH] Add zshrc --- zsh/.zshrc | 16 ++++++++++++++++ zsh/zshrc | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 zsh/.zshrc create mode 100644 zsh/zshrc 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"