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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.zsh_secrets

View File

@ -1,3 +1,5 @@
# .zsh_aliases
# Aliases # Aliases
alias c="clear" alias c="clear"

3
.zsh_secrets.example Normal file
View File

@ -0,0 +1,3 @@
# .zsh_secrets
export TESTING_SECRET="HELLO THIS IS WORKING"

4
.zshrc
View File

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