feat(zsh): Rename zsh alias and env files

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-03-05 15:11:01 +01:00
parent 02d1220d18
commit 68cae84fcf
3 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@@ -127,8 +127,8 @@ fi
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
source $HOME/.zshenv source $HOME/.config/zsh/alias.zsh
source $HOME/.zshaliases source $HOME/.config/zsh/env.zsh
# Starship rs # Starship rs
eval "$(starship init zsh)" eval "$(starship init zsh)"