Added a secrets file
This commit is contained in:
parent
5ad7c5e898
commit
5b722cc099
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.zsh_secrets
|
||||
@ -1,3 +1,5 @@
|
||||
# .zsh_aliases
|
||||
|
||||
# Aliases
|
||||
alias c="clear"
|
||||
|
||||
|
||||
3
.zsh_secrets.example
Normal file
3
.zsh_secrets.example
Normal file
@ -0,0 +1,3 @@
|
||||
# .zsh_secrets
|
||||
|
||||
export TESTING_SECRET="HELLO THIS IS WORKING"
|
||||
4
.zshrc
4
.zshrc
@ -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' !!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user