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

This commit is contained in:
Sebastian Lenzlinger 2024-03-14 15:54:04 +01:00
commit 37663ad895

View File

@ -14,3 +14,6 @@ eval "$(starship init zsh)"
alias ls="exa"
alias ll="exa -la"
alias update="sudo pacman -Syu"
SEB_BIN='~/bin'
SEB_SRC='~/src'
SEB_BUILD='~/src'