diff --git a/zsh/zshrc b/zsh/zshrc index ebd1c1c..50012bf 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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'