Merge branch 'main' of github.com:sebaschi/dotfiles

This commit is contained in:
Sebastian Lenzlinger 2024-01-03 10:21:55 +01:00
commit 498cd27523
2 changed files with 32 additions and 0 deletions

16
zsh/.zshrc Normal file
View File

@ -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"

16
zsh/zshrc Normal file
View File

@ -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"