init
This commit is contained in:
4
env/.zshrc
vendored
Normal file
4
env/.zshrc
vendored
Normal 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)"
|
||||
Reference in New Issue
Block a user