Added a secrets file

This commit is contained in:
MangoPig
2025-08-20 21:22:59 +01:00
parent 5ad7c5e898
commit 5b722cc099
4 changed files with 10 additions and 0 deletions

4
.zshrc
View File

@@ -1,3 +1,5 @@
# .zshrc
# Path to your Oh My Zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@@ -40,6 +42,8 @@ eval "$(zoxide init --cmd cd zsh)"
# Source the aliases file
source ~/.zsh_aliases
# Source Secrets
source ~/.zsh_secrets
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!