This commit is contained in:
Morten Olsen
2025-09-09 20:15:09 +02:00
commit 812a90d324
7 changed files with 693 additions and 0 deletions

4
env/.zshrc vendored Normal file
View File

@@ -0,0 +1,4 @@
if [ -f /etc/profile ]; then . /etc/profile; fi
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
eval "$(starship init zsh)"
eval "$(~/.atuin/bin/atuin init zsh)"